From 312fd94002cd576140e5d90ef70ea2dd053c949a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Nov 2011 05:20:10 +0100 Subject: waf: Don't link python modules against libpython2.x, consistent with other Python modules. Rather, rely just on waf's pyext feature. This fixes a warning from dh_python2. --- source4/scripting/python/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 540f3b7bb7..8879f759ba 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba_python', deps='LIBPYTHON pytalloc-util pyrpc_util', grouping_library=True, private_library=True, - pyext=True) + pyembed=True) bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', -- cgit