From d72249d91f97e609e755e57f50db30d7a3fc8a06 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 10 Mar 2018 20:49:35 -0500 Subject: [PATCH] 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 --- meson.build | 1 - 1 file changed, 1 deletion(-) 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',