iface-helper/build: don't link nm-iface-helper with -rdynamic / -export-dynamic

Since nm-iface-helper doesn't dlopen any library, it seems not necessary
to link with -rdynamic.
This commit is contained in:
Thomas Haller 2016-10-12 12:34:14 +02:00
parent 401f6c2b8c
commit 569d28f573

View file

@ -595,7 +595,6 @@ nm_iface_helper_LDADD = \
$(LIBM)
nm_iface_helper_LDFLAGS = \
-rdynamic \
-Wl,--version-script="$(top_srcdir)/linker-script-binary.ver"
###############################################################################