1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/talloc
Ian Stakenvicius 5b316a4c7a waf: disable-python - fix talloc wscript if bundling disabled
The pytalloc-util dependency logic in lib/talloc/wscript on a
standalone build checks for pytalloc-util in a manner that will
fail if bundling is disabled, this causes issues on
--disable-python builds of ldb, tevent, and samba.

This patch restructures the logic to skip checks if python
is disabled, instead just setting the temporary state variable
'using_system_pytalloc_util' to False

Successfully tested patch on ldb-1.1.31 and above, tevent-0.9.33,
and samba-4.7_rc3

Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
2017-08-01 03:59:24 +02:00
..
ABI talloc: version 2.1.10 2017-07-21 23:31:03 +02:00
compat build: Remove autoconf build system 2013-05-28 12:17:10 +10:00
doc lib: docs: talloc: Add a threads tutorial and samples showing how to use talloc with threads. 2015-03-17 16:48:07 +01:00
man talloc:manpage: fix documented signature of talloc_unlink(). 2015-06-12 17:08:19 +02:00
web
configure
doxy.config
Makefile
NEWS
pytalloc_guide.txt pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]() 2017-02-25 02:39:11 +01:00
pytalloc_private.h pytalloc: Add new BaseObject 2016-03-08 01:58:26 +01:00
pytalloc_util.c pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]() 2017-02-25 02:39:11 +01:00
pytalloc-util.pc.in talloc: use the system pytalloc-util for python3 as well 2017-03-10 07:31:10 +01:00
pytalloc.c pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]() 2017-02-25 02:39:11 +01:00
pytalloc.h pytalloc: add pytalloc_GenericObject_{steal,reference}[_ex]() 2017-02-25 02:39:11 +01:00
talloc_guide.txt talloc:guide: fix documented signature of talloc_unlink(). 2015-06-12 17:08:19 +02:00
talloc_testsuite.h
talloc.c talloc: fix TALLOC_VERSION_* mismatch detection 2017-02-22 00:14:34 +01:00
talloc.h talloc: fix doxygen of talloc_move 2017-03-10 07:30:40 +01:00
talloc.pc.in
test_magic_differs_helper.c talloc: Test that talloc magic differs between processes. 2015-10-09 23:15:06 +02:00
test_magic_differs.sh talloc: Improve testsuite by avoiding path issues 2016-03-08 01:58:26 +01:00
test_pytalloc.c pytalloc: Add new BaseObject 2016-03-08 01:58:26 +01:00
test_pytalloc.py pytalloc: Add new BaseObject 2016-03-08 01:58:26 +01:00
testsuite_main.c
testsuite.c talloc: Add tests for talloc destructor behaviour after talloc_realloc() 2016-12-13 06:47:58 +01:00
wscript waf: disable-python - fix talloc wscript if bundling disabled 2017-08-01 03:59:24 +02:00