mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Many thanks to Joshua Kinard, Siva Mahadevan, Yasuhiro Kimura, Andrew Walker, and Peter Eriksson for their patches. PR: 270383
11 lines
389 B
Text
11 lines
389 B
Text
--- 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)
|
|
|