mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
12 lines
407 B
Plaintext
12 lines
407 B
Plaintext
--- lib/util/wscript_build.orig 2019-05-07 08:38:21 UTC
|
|
+++ lib/util/wscript_build
|
|
@@ -151,7 +151,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)
|
|
|