From: Avan Thakkar Date: Tue, 17 Mar 2026 17:07:52 +0000 (+0530) Subject: autobuild: add --with-ratelimitd to samba_configure_params X-Git-Tag: talloc-2.5.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359e94e33e0aa00cf629db433956dad5f3774c96;p=thirdparty%2Fsamba.git autobuild: add --with-ratelimitd to samba_configure_params Signed-off-by: Avan Thakkar Reviewed-by: Anoop C S Reviewed-by: Guenther Deschner --- diff --git a/script/autobuild.py b/script/autobuild.py index be8c4529b56..35cc70b3bf3 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -176,7 +176,7 @@ builddirs = { } ctdb_configure_params = " --enable-developer ${PREFIX}" -samba_configure_params = " ${ENABLE_COVERAGE} ${PREFIX} --with-profiling-data --with-prometheus-exporter" +samba_configure_params = " ${ENABLE_COVERAGE} ${PREFIX} --with-profiling-data --with-prometheus-exporter --with-ratelimitd" # To test that waf copes with unknown arguments that look like # environment variables, we add a couple of parameters that should be