diff options
author | Alexander Bokovoy <ab@samba.org> | 2018-02-02 16:34:33 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-09-05 06:37:24 +0200 |
commit | 051e7e74fdf99673d00a7a02a62e5099fc38f198 (patch) | |
tree | f33c871e662794ed3bdda65a924f5a503fade081 /third_party | |
parent | 4c441530475daf23a71b70a7fc93ec04b1941f99 (diff) | |
download | samba-051e7e74fdf99673d00a7a02a62e5099fc38f198.tar.gz |
third_party/socket_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/socket_wrapper/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
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) |