SPECS: check.spec - pass -fPIC to CFLAGS

freetz freetz at pld-linux.org
Mon Feb 20 21:46:55 CET 2006


Author: freetz                       Date: Mon Feb 20 20:46:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass -fPIC to CFLAGS

---- Files affected:
SPECS:
   check.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/check.spec
diff -u SPECS/check.spec:1.2 SPECS/check.spec:1.3
--- SPECS/check.spec:1.2	Sun Sep 25 10:46:16 2005
+++ SPECS/check.spec	Mon Feb 20 21:46:49 2006
@@ -33,7 +33,8 @@
 
 %build
 %configure2_13
-%{__make}
+%{__make} \
+    CFLAGS="%{rpmcflags} -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/02/20 20:46:49  freetz
+- pass -fPIC to CFLAGS
+
 Revision 1.2  2005/09/25 08:46:16  areq
 - 0.9.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/check.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list