SPECS: dmcache.spec - EXTRA_CFLAGS instead of CFLAGS

zbyniu zbyniu at pld-linux.org
Mon Nov 19 12:00:04 CET 2007


Author: zbyniu                       Date: Mon Nov 19 11:00:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- EXTRA_CFLAGS instead of CFLAGS

---- Files affected:
SPECS:
   dmcache.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/dmcache.spec
diff -u SPECS/dmcache.spec:1.4 SPECS/dmcache.spec:1.5
--- SPECS/dmcache.spec:1.4	Mon Nov 19 11:58:00 2007
+++ SPECS/dmcache.spec	Mon Nov 19 11:59:59 2007
@@ -74,7 +74,7 @@
 cat > drivers/md/Makefile << EOF
 obj-m += dm-cache.o
 
-CFLAGS += -I%{_kernelsrcdir}/drivers/md
+EXTRA_CFLAGS="-I%{_kernelsrcdir}/drivers/md"
 EOF
 
 %build
@@ -126,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007-11-19 10:59:59  zbyniu
+- EXTRA_CFLAGS instead of CFLAGS
+
 Revision 1.4  2007-11-19 10:58:00  glen
 - build using src package, add userspace tool
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dmcache.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list