Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195703 | Differences between
and this patch

Collapse All | Expand All

(-)samba-python-modules-4.9999.orig/source4/param/wscript_build (-2 / +2 lines)
Lines 38-44 Link Here
38
38
39
bld.SAMBA_PYTHON('pyparam',
39
bld.SAMBA_PYTHON('pyparam',
40
	source='pyparam.c',
40
	source='pyparam.c',
41
	deps='samba-hostconfig pytalloc-util',
41
	deps='samba-hostconfig server-role pytalloc-util errors events',
42
	realname='samba/param.so'
42
	realname='samba/param.so'
43
	)
43
	)
44
44
Lines 49-55 Link Here
49
49
50
bld.SAMBA_SUBSYSTEM('pyparam_util',
50
bld.SAMBA_SUBSYSTEM('pyparam_util',
51
	source='pyparam_util.c',
51
	source='pyparam_util.c',
52
	deps='LIBPYTHON samba-hostconfig',
52
	deps='LIBPYTHON samba-hostconfig server-role',
53
	pyext=True,
53
	pyext=True,
54
	)
54
	)
55
55
(-)samba-python-modules-4.9999.orig/source4/scripting/python/wscript_build (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
bld.SAMBA_LIBRARY('samba_python',
3
bld.SAMBA_LIBRARY('samba_python',
4
	source=[],
4
	source=[],
5
	deps='LIBPYTHON pytalloc-util pyrpc_util',
5
	deps='LIBPYTHON pytalloc-util pyrpc_util errors events',
6
	grouping_library=True,
6
	grouping_library=True,
7
	private_library=True,
7
	private_library=True,
8
	pyembed=True)
8
	pyembed=True)

Return to bug 195703