summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-12 11:16:20 +0200
committerThomas Haller <thaller@redhat.com>2016-10-13 21:33:33 +0200
commit401f6c2b8c84076a683d72e29f1db57c121c3d74 (patch)
treedf39fab0a5d6ad8c33c1973d1c88d4f63ce24145 /src/Makefile.am
parente95090d30325639504b2a3bcea80bddf0ee4b482 (diff)
downloadNetworkManager-401f6c2b8c84076a683d72e29f1db57c121c3d74.tar.gz
iface-helper/build: add linker version script
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e1a0510346..e0633d4c2f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -595,7 +595,8 @@ nm_iface_helper_LDADD = \
$(LIBM)
nm_iface_helper_LDFLAGS = \
- -rdynamic
+ -rdynamic \
+ -Wl,--version-script="$(top_srcdir)/linker-script-binary.ver"
###############################################################################