mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
PR: 280533 Sponsored by: Klara, Inc. Approved by: 0mp (mentor) Approved by: samba (0mp, kiwi)
11 lines
407 B
Text
11 lines
407 B
Text
--- 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)
|
|
|