Skip to content

Commit

Permalink
waf: Explicitly link against libnss_wins.so
Browse files Browse the repository at this point in the history
If we do not specify replace as a depencency here, it will not link to
libreplace using an rpath.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12277

Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
Reviewed-by: Jim McDonough <[email protected]>

Autobuild-User(master): Jim McDonough <[email protected]>
Autobuild-Date(master): Tue Sep 20 08:00:08 CEST 2016 on sn-devel-144
  • Loading branch information
cryptomilk authored and jmcdough committed Sep 20, 2016
1 parent 124ae4e commit d8a5565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsswitch/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (Utils.unversioned_sys_platform() == 'linux' or (host_os.rfind('gnu') > -1)):
bld.SAMBA3_LIBRARY('nss_wins',
keep_underscore=True,
source='wins.c',
deps='''wbclient''',
deps='wbclient replace',
public_headers=[],
public_headers_install=False,
pc_files=[],
Expand Down

0 comments on commit d8a5565

Please sign in to comment.