SPECS (AC-branch): audit.spec - no need for -fPIC with gcc < 3.4 (...
qboosh
qboosh at pld-linux.org
Mon Oct 3 20:39:36 CEST 2005
Author: qboosh Date: Mon Oct 3 18:39:36 2005 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- no need for -fPIC with gcc < 3.4 (no -pie support)
---- Files affected:
SPECS:
audit.spec (1.7 -> 1.7.2.1)
---- Diffs:
================================================================
Index: SPECS/audit.spec
diff -u SPECS/audit.spec:1.7 SPECS/audit.spec:1.7.2.1
--- SPECS/audit.spec:1.7 Wed Sep 28 17:47:42 2005
+++ SPECS/audit.spec Mon Oct 3 20:39:31 2005
@@ -94,7 +94,7 @@
%configure
# override auditd_CFLAGS to avoid -fPIE unsupported by gcc 3.3
%{__make} \
- auditd_CFLAGS="-fPIC"
+ auditd_CFLAGS=
%install
rm -rf $RPM_BUILD_ROOT
@@ -172,6 +172,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7.2.1 2005/10/03 18:39:31 qboosh
+- no need for -fPIC with gcc < 3.4 (no -pie support)
+
Revision 1.7 2005/09/28 15:47:42 pluto
- fix x86-64 build.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.7&r2=1.7.2.1&f=u
More information about the pld-cvs-commit
mailing list