]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Removing unwanted -fPIC in cflags 4683/head
authorSiddharth Sharma <siddharth@redhat.com>
Thu, 14 May 2015 19:38:17 +0000 (19:38 +0000)
committerKefu Chai <kchai@redhat.com>
Sat, 8 Aug 2015 15:21:31 +0000 (23:21 +0800)
src/Makefile-env.am

index e900d1a205b358a5ed5de114e5c1df4884d80b31..e349b4f9196470f826fd48178a346683aeeb4802 100644 (file)
@@ -59,8 +59,7 @@ HARDENING_CFLAGS = \
                    -Wp,-D_FORTIFY_SOURCE=2 \
                    -fexceptions \
                    --param=ssp-buffer-size=4 \
-                   -fPIE \
-                   -fPIC
+                   -fPIE
 
 SET_STACK_PROTECTOR_STRONG = $(shell expr `gcc -dumpversion` \>= 4.9)