]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
build: Remove -pie from global ldflags
authorPatrick Griffis <redacted>
Sun, 11 Mar 2018 01:49:35 +0000 (20:49 -0500)
committerPatrick Griffis <redacted>
Sun, 11 Mar 2018 01:49:35 +0000 (20:49 -0500)
According to `hardening-check` the cflag is enough for `hexchat`
and this was causing breakage in plugins

Closes #2132

meson.build

index 5a17ef9c45b2b665d1393fc26ae48ce997284204..535ac9ae927ebe7fc74a7f3111c7a993766ae9a5 100644 (file)
@@ -131,7 +131,6 @@ global_ldflags = []
 test_ldflags = [
   '-Wl,-z,relro',
   '-Wl,-z,now',
-  '-Wl,-pie',
   # mingw
   '-Wl,--dynamicbase',
   '-Wl,--nxcompat',