]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix 'charset' dependencies
authorVolker Lendecke <vl@samba.org>
Sat, 9 Jan 2021 17:26:00 +0000 (18:26 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 12 Jan 2021 01:19:26 +0000 (01:19 +0000)
With this, 'charset' could be a SAMBA_LIBRARY without any undefined symbols

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jan 12 01:19:26 UTC 2021 on sn-devel-184

lib/util/charset/wscript_build

index 2b7152d0498c536a806e3104619c40981398b629..c69a17170ad6e70b38237036600c8a5ce9899dde 100644 (file)
@@ -18,5 +18,5 @@ bld.SAMBA_SUBSYSTEM('charset',
                     pull_push.c
                     util_unistr.c
                     ''',
-                    deps='DYNCONFIG ICONV_WRAPPER',
+                    deps='DYNCONFIG ICONV_WRAPPER smb-panic samba-debug',
                     public_deps='talloc')