SPECS: flog.spec - pass CC, CFLAGS

darekr darekr at pld-linux.org
Wed May 10 14:22:04 CEST 2006


Author: darekr                       Date: Wed May 10 12:22:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC, CFLAGS

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

---- Diffs:

================================================================
Index: SPECS/flog.spec
diff -u SPECS/flog.spec:1.6 SPECS/flog.spec:1.7
--- SPECS/flog.spec:1.6	Sat Oct 29 20:06:02 2005
+++ SPECS/flog.spec	Wed May 10 14:21:59 2006
@@ -26,7 +26,9 @@
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/05/10 12:21:59  darekr
+- pass CC, CFLAGS
+
 Revision 1.6  2005/10/29 18:06:02  darekr
 - updated to 1.7
 
================================================================

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



More information about the pld-cvs-commit mailing list