]> git.pld-linux.org Git - packages/audit.git/commitdiff
- kill -pie from LDFLAGS too to avoid build errors with newer gcc
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Oct 2005 11:00:41 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.7.2.2

audit.spec

index 1050c08ecba90b51da398b98e84b127572675303..4679bbc3717f24f212ecb1d98b69ac9e165aaaef 100644 (file)
@@ -91,9 +91,10 @@ install -D %{SOURCE1} src/mt/linux/audit.h
 %{__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
This page took 0.253909 seconds and 4 git commands to generate.