mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
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>
This commit is contained in:
parent
4c44153047
commit
051e7e74fd
2
third_party/socket_wrapper/wscript
vendored
2
third_party/socket_wrapper/wscript
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user