aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bfdcee9..684344e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,7 @@ endif
# We do not support or need position-independent
AM_CFLAGS += \
- -no-pie -fno-pic
+ -no-pie -fno-PIE -fno-pie -fno-pic
#
# Silent build support.