summaryrefslogtreecommitdiffstats
path: root/memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-28 06:53:14 +0200
committerRemi Collet <remi@remirepo.net>2018-05-28 06:53:14 +0200
commit11bffdb1f1682691417406f11562a6249c3dd2bb (patch)
tree9ccc22f57ff7a03a697c547b59615331b8a8b6b3 /memcached.spec
parentdceba33326eeb3e55fb0b91a3fd12eb4065d9091 (diff)
From Fedora: use system CFLAGS and LDFLAGS
Diffstat (limited to 'memcached.spec')
-rw-r--r--memcached.spec4
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 \