summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-05-23 07:54:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-05-23 09:34:51 +0000
commitd19dfe1efb2f6cb0dcf0a63b957df584d8ed5945 (patch)
tree2907d61e9d98746567b45f7fd52f636ad11f3088 /buildtools
parent03036442deac25f58be4119e6c9ce2586e0abf51 (diff)
downloadsamba-d19dfe1efb2f6cb0dcf0a63b957df584d8ed5945.tar.gz
third_party: Update waf to version 2.0.24
This fixes building of python libraries with Python 3.11! BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon May 23 09:34:51 UTC 2022 on sn-devel-184
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/bin/waf2
-rw-r--r--buildtools/wafsamba/wafsamba.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/bin/waf b/buildtools/bin/waf
index 2001ccdbd8a..d9cba343623 100755
--- a/buildtools/bin/waf
+++ b/buildtools/bin/waf
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
import os, sys, inspect
-VERSION="2.0.23"
+VERSION="2.0.24"
REVISION="x"
GIT="x"
INSTALL="x"
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index 4bd4e9f7fe3..79fe8b5e575 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -38,7 +38,7 @@ LIB_PATH="shared"
os.environ['PYTHONUNBUFFERED'] = '1'
-if Context.HEXVERSION not in (0x2001700,):
+if Context.HEXVERSION not in (0x2001800,):
Logs.error('''
Please use the version of waf that comes with Samba, not
a system installed version. See http://wiki.samba.org/index.php/Waf