diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-28 06:53:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-28 06:53:14 +0200 |
commit | 11bffdb1f1682691417406f11562a6249c3dd2bb (patch) | |
tree | 9ccc22f57ff7a03a697c547b59615331b8a8b6b3 | |
parent | dceba33326eeb3e55fb0b91a3fd12eb4065d9091 (diff) |
From Fedora: use system CFLAGS and LDFLAGS
-rw-r--r-- | memcached.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/memcached.spec b/memcached.spec index 10f99a4..cea6aba 100644 --- a/memcached.spec +++ b/memcached.spec @@ -93,10 +93,6 @@ access to the memcached binary include files. %build -# compile with full RELRO -export CFLAGS="%{optflags} -pie -fpie" -export LDFLAGS="-Wl,-z,relro,-z,now" - %configure \ %if %{with_extstore} --enable-extstore \ |