From: Joseph Sutton Date: Fri, 20 Oct 2023 23:08:23 +0000 (+1300) Subject: buildtools: Pass through parameter ‘keep_underscore’ X-Git-Tag: talloc-2.4.2~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ad675303d21eded172cb692b9313e5dfbbbcca;p=thirdparty%2Fsamba.git buildtools: Pass through parameter ‘keep_underscore’ This parameter has gone unused until now. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 83f62e71545..347eedef29b 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -686,6 +686,7 @@ def SAMBA_PLUGIN(bld, pluginname, source, cflags=cflags, ldflags=ldflags, realname=realname, + keep_underscore=keep_underscore, autoproto=autoproto, autoproto_extra_source=autoproto_extra_source, local_include=local_include,