From 5de4ae88cedcbe584961ac575ebeddb75342286c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Feb 2024 16:37:34 +0100 Subject: [PATCH] s3:wscript: LIBNMB requires lp_ functions We need to make this explicit in order to let LIBNMB be used in source4 code. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15620 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett (cherry picked from commit 011f68ae5ddc3fae8b453744aeb95766d885915e) --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript_build b/source3/wscript_build index 092fa4bf796..1188c782122 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -902,6 +902,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNMB', LIBTSOCKET LIBCLI_NETLOGON samba3util + smbconf addns lmhosts resolv -- 2.47.2