summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2018-03-10 20:49:35 -0500
committerPatrick Griffis <tingping@tingping.se>2018-03-10 20:49:35 -0500
commitd72249d91f97e609e755e57f50db30d7a3fc8a06 (patch)
treea4d56798ebe8bf69ae5336014d1e2ac277e9e67d
parent2286990a6f77df0adb1012e943fd4e3cd2759cb6 (diff)
build: Remove -pie from global ldflags
According to `hardening-check` the cflag is enough for `hexchat`
and this was causing breakage in plugins

Closes #2132
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5a17ef9c..535ac9ae 100644
--- a/meson.build
+++ b/meson.build
@@ -131,7 +131,6 @@ global_ldflags = []
 test_ldflags = [
   '-Wl,-z,relro',
   '-Wl,-z,now',
-  '-Wl,-pie',
   # mingw
   '-Wl,--dynamicbase',
   '-Wl,--nxcompat',