mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 15:10:14 +01:00
dhcp/build: add linker version script for nm-dhcp-helper binary
This commit is contained in:
parent
f42466215a
commit
757d06800e
1 changed files with 3 additions and 0 deletions
|
|
@ -14,4 +14,7 @@ nm_dhcp_helper_CPPFLAGS = \
|
|||
-DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \
|
||||
-DNMRUNDIR=\"$(nmrundir)\"
|
||||
|
||||
nm_dhcp_helper_LDFLAGS = \
|
||||
-Wl,--version-script="$(top_srcdir)/linker-script-binary.ver"
|
||||
|
||||
nm_dhcp_helper_LDADD = $(GLIB_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue