diff --git a/ircd/Makefile.am b/ircd/Makefile.am index e6d43b6da..fae14bd12 100644 --- a/ircd/Makefile.am +++ b/ircd/Makefile.am @@ -43,7 +43,6 @@ AM_LDFLAGS = \ -Wl,--no-undefined-version \ -Wl,--no-undefined \ -Wl,--no-gnu-unique \ - -Wl,--export-dynamic \ -Wl,--gc-sections \ -Wl,--icf=all \ -Wl,--rosegment \ diff --git a/modules/Makefile.am b/modules/Makefile.am index 5223b0713..d84914a7c 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -33,7 +33,6 @@ AM_LDFLAGS = \ -Wl,--warn-common \ -Wl,--warn-execstack \ -Wl,--detect-odr-violations \ - -Wl,--export-dynamic \ -Wl,--no-gnu-unique \ -Wl,--no-allow-shlib-undefined \ -Wl,--gc-sections \