Accepting request 131367 from home:msmeissn:branches:Base:System

- also use -z now for binary hardening

OBS-URL: https://build.opensuse.org/request/show/131367
OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2012-08-22 18:26:50 +00:00 committed by Git OBS Bridge
parent c33393f8bc
commit dcb149fa57
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 22 15:52:30 UTC 2012 - meissner@suse.com
- also use -z now for binary hardening
-------------------------------------------------------------------
Wed Jun 13 20:54:29 CEST 2012 - vuntz@opensuse.org

View File

@ -118,7 +118,7 @@ export V=1
# needed for patch1
autoreconf -fi
export SUID_CFLAGS="-fPIE"
export SUID_LDFLAGS="-pie"
export SUID_LDFLAGS="-z now -pie"
%configure \
--with-os-type=suse \
--enable-gtk-doc \