]> git.pld-linux.org Git - packages/audit.git/commitdiff
- no need for -fPIC with gcc < 3.4 (no -pie support)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Oct 2005 18:39:31 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.7.2.1

audit.spec

index d12d0542ea6d45d875ec86cc1a5bbd5ae0009261..1050c08ecba90b51da398b98e84b127572675303 100644 (file)
@@ -93,7 +93,7 @@ install -D %{SOURCE1} src/mt/linux/audit.h
 %configure
 # override auditd_CFLAGS to avoid -fPIE unsupported by gcc 3.3
 %{__make} \
-       auditd_CFLAGS="-fPIC"
+       auditd_CFLAGS=
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.206204 seconds and 4 git commands to generate.