From 11bffdb1f1682691417406f11562a6249c3dd2bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 May 2018 06:53:14 +0200 Subject: From Fedora: use system CFLAGS and LDFLAGS --- memcached.spec | 4 ---- 1 file changed, 4 deletions(-) (limited to 'memcached.spec') 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 \ -- cgit