1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
freebsd-ports/net/samba411/files/patch-source3_winbindd_wscript__build
2020-04-21 08:31:33 +00:00

21 lines
711 B
Plaintext

--- source3/winbindd/wscript_build.orig 2019-01-15 10:07:00 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',