summarylogtreecommitdiffstats
path: root/0001-configure.ac_use_PIC.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-configure.ac_use_PIC.patch')
-rw-r--r--0001-configure.ac_use_PIC.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0001-configure.ac_use_PIC.patch b/0001-configure.ac_use_PIC.patch
deleted file mode 100644
index fe9db0a2c4b2..000000000000
--- a/0001-configure.ac_use_PIC.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -417,7 +417,7 @@
-
- if test x$TARGET_OS != xwindows; then
- # All windows code is PIC, forcing it on just adds useless compile warnings
-- AX_CHECK_COMPILE_FLAG([-fPIE],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fPIE"])
-+ AX_CHECK_COMPILE_FLAG([-fPIC],[HARDENED_CXXFLAGS="$HARDENED_CXXFLAGS -fPIC"])
- AX_CHECK_LINK_FLAG([[-pie]], [HARDENED_LDFLAGS="$HARDENED_LDFLAGS -pie"])
- fi
-