mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
third_party/resolv_wrapper/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7e2deed7c5
commit
4c44153047
2
third_party/resolv_wrapper/wscript
vendored
2
third_party/resolv_wrapper/wscript
vendored
@ -55,7 +55,7 @@ def configure(conf):
|
||||
conf.DEFINE("HAVE_NS_NAME_COMPRESS", 1)
|
||||
|
||||
# Create full path to resolv_wrapper
|
||||
blddir = os.path.realpath(conf.blddir)
|
||||
blddir = os.path.realpath(conf.bldnode.abspath())
|
||||
libresolv_wrapper_so_path = blddir + '/default/third_party/resolv_wrapper/libresolv-wrapper.so'
|
||||
|
||||
conf.DEFINE('LIBRESOLV_WRAPPER_SO_PATH', libresolv_wrapper_so_path)
|
||||
|
Loading…
Reference in New Issue
Block a user