[systemd-devel] [RFC 25/25] add -z muldefs to linker flags
Emil Renner Berthing
systemd at esmil.dk
Thu Sep 18 06:25:01 PDT 2014
In case we don't have the new gold linker,
linking with ld fails without this option.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 3f17833..4be6e08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,6 +216,7 @@ CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
-Wl,--gc-sections \
-Wl,-z,relro \
-Wl,-z,now \
+ -Wl,-z,muldefs \
-pie \
-Wl,-fuse-ld=gold])
AC_SUBST([OUR_LDFLAGS], "$with_ldflags $sanitizer_ldflags")
--
2.1.0
More information about the systemd-devel
mailing list