From 051e7e74fdf99673d00a7a02a62e5099fc38f198 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 2 Feb 2018 16:34:33 +0200 Subject: [PATCH] third_party/socket_wrapper/wscript: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- third_party/socket_wrapper/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/socket_wrapper/wscript b/third_party/socket_wrapper/wscript index a0ee4f2f932..ffaba913e84 100644 --- a/third_party/socket_wrapper/wscript +++ b/third_party/socket_wrapper/wscript @@ -72,7 +72,7 @@ def configure(conf): define='HAVE_EVENTFD_UNSIGNED_INT', headers='sys/eventfd.h') # Create full path to socket_wrapper - blddir = os.path.realpath(conf.blddir) + blddir = os.path.realpath(conf.bldnode.abspath()) libsocket_wrapper_so_path = blddir + '/default/third_party/socket_wrapper/libsocket-wrapper.so' conf.DEFINE('LIBSOCKET_WRAPPER_SO_PATH', libsocket_wrapper_so_path) -- 2.11.4.GIT