The branch, master has been updated
via dfd0ea70b9e third_party/waf: Explicit standard GNU directory
command line options are not honoured
from db7497aef13 docs:man: document samba-tool dns add --allow-existing
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit dfd0ea70b9ed03e8e43a1f60d4d3d440c3ef18b0
Author: Waf Project <[email protected]>
Date: Thu May 29 07:31:21 2025 +0800
third_party/waf: Explicit standard GNU directory command line options are
not honoured
ref: https://gitlab.com/ita1024/waf/-/issues/2470
(cherry picked from commit aeec9358394f883f63b3ad78c2857117ca2cdfb4)
Signed-off-by: Noel Power <[email protected]>
Reviewed-by: Anoop C S <[email protected]>
Autobuild-User(master): Anoop C S <[email protected]>
Autobuild-Date(master): Fri Jun 6 10:53:07 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
third_party/waf/waflib/Tools/gnu_dirs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/third_party/waf/waflib/Tools/gnu_dirs.py
b/third_party/waf/waflib/Tools/gnu_dirs.py
index 1f09e260715..a0f89fcc142 100644
--- a/third_party/waf/waflib/Tools/gnu_dirs.py
+++ b/third_party/waf/waflib/Tools/gnu_dirs.py
@@ -75,7 +75,7 @@ def configure(conf):
BINDIR and LIBDIR will be overwritten.
"""
def get_param(varname, default):
- return getattr(Options.options, varname, '') or default
+ return getattr(Options.options, varname.lower(), '') or default
env = conf.env
env.LIBDIR = env.BINDIR = []
--
Samba Shared Repository