third_party: Update socket_wrapper to version 1.2.1
[samba.git] / third_party / socket_wrapper / wscript
index a0ee4f2f93252523b91852a62b00b21039e4ae16..3cca13cc6fb13197b7eefbaa6ad2fe43632a1147 100644 (file)
@@ -2,7 +2,7 @@
 
 import os
 
-VERSION="1.1.9"
+VERSION="1.2.1"
 
 def configure(conf):
     if conf.CHECK_SOCKET_WRAPPER():
@@ -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)