1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/samba48/files/patch-source3__winbindd__wscript_build
Timur I. Bakeyev 328ef95a2f Repocopy of samba48
Sponsored by:	iXsystems Inc.
2018-03-24 22:07:01 +00:00

21 lines
711 B
Plaintext

--- 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',