Accepting request 245716 from home:msmeissn:branches:network

- actually build with relro and pie. (bnc#893057)

OBS-URL: https://build.opensuse.org/request/show/245716
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=62
This commit is contained in:
2014-08-25 08:27:14 +00:00
committed by Git OBS Bridge
parent a3cec7836a
commit dd98fa455b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 07:08:36 UTC 2014 - meissner@suse.com
- actually build with relro and pie. (bnc#893057)
-------------------------------------------------------------------
Wed Aug 6 06:48:20 UTC 2014 - vwallfahrer@suse.com

View File

@@ -71,7 +71,7 @@ echo "#define HAVE_IDN" >> src/config.h
mv po/no.po po/nb.po
export CFLAGS="%optflags -std=gnu99 -fPIC -DPIC -fpie"
export LDFLAGS="-Wl,-z,relro,-z,now -pie"
make %{?_smp_mflags} AWK=gawk all-i18n
make %{?_smp_mflags} AWK=gawk all-i18n CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
make -C contrib/wrt %{?_smp_mflags}
%pre