diff options
author | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-28 10:56:40 +0100 |
---|---|---|
committer | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-01-30 15:42:00 +0100 |
commit | 8736a24d16ec753dd6034baa14724e51b6d25081 (patch) | |
tree | e43c304c8ce3bd8b4e56be3b34ee0d6666b20305 /net/samba420/files/patch-source3_wscript__build | |
parent | devel/tevent016: Update to 0.16.1 (diff) |
net/samba420: Repocopy from net/samba419
PR: 280533
Sponsored by: Klara, Inc.
Approved by: 0mp (mentor)
Approved by: samba (0mp, kiwi)
Diffstat (limited to 'net/samba420/files/patch-source3_wscript__build')
-rw-r--r-- | net/samba420/files/patch-source3_wscript__build | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net/samba420/files/patch-source3_wscript__build b/net/samba420/files/patch-source3_wscript__build new file mode 100644 index 000000000000..ff35a17327dd --- /dev/null +++ b/net/samba420/files/patch-source3_wscript__build @@ -0,0 +1,44 @@ +--- source3/wscript_build.orig 2020-07-09 13:33:56 UTC ++++ source3/wscript_build +@@ -235,11 +235,9 @@ bld.SAMBA3_SUBSYSTEM('SMBREGISTRY', + talloc + replace + util_reg +- samba-util +- samba-security + errors3 + dbwrap +- samba3-util ++ samba3util + ''') + + # Do not link against this use 'smbconf' +@@ -482,7 +480,7 @@ bld.SAMBA3_LIBRARY('secrets3', + + bld.SAMBA3_LIBRARY('smbldap', + source='lib/smbldap.c', +- deps='ldap lber samba-util smbconf', ++ deps='ldap lber samba3util smbd_shim samba-debug smbconf', + enabled=bld.CONFIG_SET("HAVE_LDAP"), + private_library=False, + abi_directory='lib/ABI', +@@ -1151,8 +1151,8 @@ bld.SAMBA3_BINARY('smbspool_krb5_wrapper', + enabled=bld.CONFIG_SET('HAVE_CUPS')) + + bld.SAMBA3_BINARY('smbspool_argv_wrapper', +- source='script/tests/smbspool_argv_wrapper.c', +- for_selftest=True) ++ source='script/tests/smbspool_argv_wrapper.c', ++ for_selftest=True) + + bld.SAMBA3_BINARY('smbconftort', + source='lib/smbconf/testsuite.c', +@@ -1199,7 +1199,7 @@ bld.SAMBA3_BINARY('vlp', + talloc + smbconf + ''', +- for_selftest=True) ++ install=True) + + + pyrpc_util = bld.pyembed_libname('pyrpc_util') |