SPECS (AC-branch): audit.spec - kill -pie from LDFLAGS too to avoi...
qboosh
qboosh at pld-linux.org
Wed Oct 5 13:00:47 CEST 2005
Author: qboosh Date: Wed Oct 5 11:00:47 2005 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- kill -pie from LDFLAGS too to avoid build errors with newer gcc
---- Files affected:
SPECS:
audit.spec (1.7.2.1 -> 1.7.2.2)
---- Diffs:
================================================================
Index: SPECS/audit.spec
diff -u SPECS/audit.spec:1.7.2.1 SPECS/audit.spec:1.7.2.2
--- SPECS/audit.spec:1.7.2.1 Mon Oct 3 20:39:31 2005
+++ SPECS/audit.spec Wed Oct 5 13:00:41 2005
@@ -92,9 +92,10 @@
%{__autoheader}
%{__automake}
%configure
-# override auditd_CFLAGS to avoid -fPIE unsupported by gcc 3.3
+# override auditd_{C,LD}FLAGS to avoid -fPIE unsupported by gcc 3.3
%{__make} \
- auditd_CFLAGS=
+ auditd_CFLAGS= \
+ auditd_LDFLAGS=
%install
rm -rf $RPM_BUILD_ROOT
@@ -172,6 +173,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7.2.2 2005/10/05 11:00:41 qboosh
+- kill -pie from LDFLAGS too to avoid build errors with newer gcc
+
Revision 1.7.2.1 2005/10/03 18:39:31 qboosh
- no need for -fPIC with gcc < 3.4 (no -pie support)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.7.2.1&r2=1.7.2.2&f=u
More information about the pld-cvs-commit
mailing list