summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 240c1070..83ed57c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,6 +74,10 @@ if disable_smashing_stack_protector
AM_CFLAGS += \
-fno-stack-protector
endif
+
+# We do not support or need position-independent
+AM_CFLAGS += \
+ -no-pie -fno-pic
#
# Silent build support.