From 4c441530475daf23a71b70a7fc93ec04b1941f99 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 2 Feb 2018 16:34:33 +0200 Subject: third_party/resolv_wrapper/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- third_party/resolv_wrapper/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/resolv_wrapper/wscript b/third_party/resolv_wrapper/wscript index 7cd1d90b8fa..93fec427b5d 100644 --- a/third_party/resolv_wrapper/wscript +++ b/third_party/resolv_wrapper/wscript @@ -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) -- cgit v1.2.1