]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Link py_net only against needed cmdline_contexts library
authorAndreas Schneider <asn@samba.org>
Mon, 26 Apr 2021 06:15:00 +0000 (08:15 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 28 Apr 2021 03:43:34 +0000 (03:43 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/wscript_build

index 4148e01d6d2cc5132dac61fc1ca1f097baf21259..a5b6d5ea0e84c3c274c1f482e5c53388cdf8f2e9 100644 (file)
@@ -331,6 +331,6 @@ pytalloc_util = bld.pyembed_libname('pytalloc-util')
 pyrpc_util = bld.pyembed_libname('pyrpc_util')
 bld.SAMBA3_PYTHON('python_net_s3',
         source='py_net.c',
-        deps='LIBNET popt_samba3_cmdline %s %s' % (pytalloc_util, pyrpc_util),
+        deps='LIBNET cmdline_contexts %s %s' % (pytalloc_util, pyrpc_util),
         realname='samba/net_s3.so'
         )