mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
407 B
Text
11 lines
407 B
Text
--- lib/util/wscript_build.orig 2017-07-04 10:05:25 UTC
|
|
+++ lib/util/wscript_build
|
|
@@ -133,7 +133,7 @@ else:
|
|
|
|
bld.SAMBA_LIBRARY('samba-modules',
|
|
source='modules.c',
|
|
- deps='samba-errors samba-util',
|
|
+ deps='samba-errors samba-util samba-debug',
|
|
local_include=False,
|
|
private_library=True)
|
|
|