forked from pool/audit
Accepting request 52353 from home:elvigia:branches:security
OBS-URL: https://build.opensuse.org/request/show/52353 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=22
This commit is contained in:
parent
05e25b4eee
commit
ace0094f74
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 7 23:00:15 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- use full RELRO.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 28 22:41:14 UTC 2010 - tonyj@novell.com
|
Tue Sep 28 22:41:14 UTC 2010 - tonyj@novell.com
|
||||||
|
|
||||||
|
@ -105,6 +105,7 @@ Authors:
|
|||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
# no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch
|
# no krb support (omit --enable-gssapi-krb5=yes), see audit-no-gss.patch
|
||||||
%configure --sbindir=/sbin \
|
%configure --sbindir=/sbin \
|
||||||
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
--libdir=/%{_lib} --libexecdir=%{_prefix}/lib/%{name} \
|
||||||
|
Loading…
Reference in New Issue
Block a user