freebsd-ports/net/samba47/files/patch-source3__winbindd__wscript_build
Timur I. Bakeyev 6b4c4bd993 Port of the latest stable Samba 4.7.3. With, hopefully, working ZFS provisioning and other fixes of long standing bugs.
Still experimental and version 4.7.4 is coming shortly, so test before putting into production.

Happy birthday release.

Sponsored by:	iXsystems Inc.
2017-12-17 06:43:52 +00:00

20 lines
711 B
Text

--- source3/winbindd/wscript_build.orig 2017-11-14 04:44:42 UTC
+++ source3/winbindd/wscript_build
@@ -2,7 +2,7 @@
bld.SAMBA3_LIBRARY('idmap',
source='idmap.c idmap_util.c',
- deps='samba-util pdb',
+ deps='pdb samba-modules secrets3',
allow_undefined_symbols=True,
private_library=True)
@@ -116,7 +116,7 @@ bld.SAMBA3_MODULE('idmap_autorid',
bld.SAMBA3_LIBRARY('nss_info',
source='nss_info.c',
- deps='samba-util smbconf',
+ deps='samba-util samba-modules smbconf',
private_library=True)
bld.SAMBA3_MODULE('nss_info_template',