[squid/f13/master: 1/2] Drop -fPIE flags

Henrik Nordström hno at fedoraproject.org
Fri Sep 3 09:20:29 UTC 2010


commit 39d5b858b83687d7595cf31843754f3504a60457
Author: Henrik Nordstrom <henrik at henriknordstrom.net>
Date:   Fri Sep 3 11:19:20 2010 +0200

    Drop -fPIE flags

 squid.spec |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/squid.spec b/squid.spec
index ca4233f..85e999a 100644
--- a/squid.spec
+++ b/squid.spec
@@ -122,15 +122,6 @@ lookup program (dnsserver), a program for retrieving FTP data
    --with-openssl \
    --with-pthreads
 
-%ifarch sparcv9 sparc64 s390 s390x
-   export CXXFLAGS="$RPM_OPT_FLAGS -fPIE"
-   export CFLAGS="$RPM_OPT_FLAGS -fPIE"
-%else
-   export CXXFLAGS="$RPM_OPT_FLAGS -fpie"
-   export CFLAGS="$RPM_OPT_FLAGS -fpie" 
-%endif
-export LDFLAGS="-pie"
-
 make \
 	DEFAULT_SWAP_DIR='$(localstatedir)/spool/squid' \
 	%{?_smp_mflags}


More information about the scm-commits mailing list