Accepting request 131375 from Base:System

- also use -z now for binary hardening (forwarded request 131367 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/131375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=34
This commit is contained in:
Ismail Dönmez 2012-08-26 09:33:45 +00:00 committed by Git OBS Bridge
commit ced825d298
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 \