SPECS: dd_rescue.spec - why EXTRA_CFLAGS? pass CFLAGS - pass CC

darekr darekr at pld-linux.org
Wed Sep 6 00:15:00 CEST 2006


Author: darekr                       Date: Tue Sep  5 22:15:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- why EXTRA_CFLAGS? pass CFLAGS
- pass CC

---- Files affected:
SPECS:
   dd_rescue.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/dd_rescue.spec
diff -u SPECS/dd_rescue.spec:1.6 SPECS/dd_rescue.spec:1.7
--- SPECS/dd_rescue.spec:1.6	Fri Feb 25 00:10:38 2005
+++ SPECS/dd_rescue.spec	Wed Sep  6 00:14:54 2006
@@ -28,7 +28,8 @@
 %build
 rm -f missing
 %{__make} \
-	EXTRA_CFLAGS="%{rpmcflags}"
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +49,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/09/05 22:14:54  darekr
+- why EXTRA_CFLAGS? pass CFLAGS
+- pass CC
+
 Revision 1.6  2005/02/24 23:10:38  aniolek
 - updated to 1.11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dd_rescue.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list