]> git.pld-linux.org Git - packages/audit.git/commitdiff
- updated non-PIE auditd flags auto/th/audit-1_1_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Mar 2006 08:49:52 +0000 (08:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.23

audit.spec

index 56b27c245afe44405e45d05a3619338ab70f084d..56011fd13f8ae7af9981df30b13eec287fd7c25c 100644 (file)
@@ -118,7 +118,7 @@ install -D %{SOURCE1} src/mt/linux/audit.h
 %configure
 # override auditd_{C,LD}FLAGS to avoid -fPIE unsupported by gcc 3.3
 %{__make} \
-       %{!?with_pie:auditd_CFLAGS= auditd_LDFLAGS=}
+       %{!?with_pie:auditd_CFLAGS="-D_REENTRANT -D_GNU_SOURCE" auditd_LDFLAGS="-Wl,-z,relro"}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058385 seconds and 4 git commands to generate.