summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:32 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:24 +0200
commit2b21e67e1574e0afed26070f48b88d426237a3c5 (patch)
tree1b7d72756718e257d17cc57b6ff54c096d909ff5 /third_party
parent3e71f06a86c850c6ffdf910817c51a678e8f4df7 (diff)
downloadsamba-2b21e67e1574e0afed26070f48b88d426237a3c5.tar.gz
third_party/nss_wrapper/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nss_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nss_wrapper/wscript b/third_party/nss_wrapper/wscript
index a289d471032..83fa23f47ee 100644
--- a/third_party/nss_wrapper/wscript
+++ b/third_party/nss_wrapper/wscript
@@ -76,7 +76,7 @@ def configure(conf):
define='HAVE_LINUX_GETNAMEINFO_UNSIGNED', headers='unistd.h netdb.h')
# Create full path to nss_wrapper
- blddir = os.path.realpath(conf.blddir)
+ blddir = os.path.realpath(conf.bldnode.abspath())
libnss_wrapper_so_path = blddir + '/default/third_party/nss_wrapper/libnss-wrapper.so'
conf.DEFINE('LIBNSS_WRAPPER_SO_PATH', libnss_wrapper_so_path)