1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/talloc
Ian Stakenvicius dcba0b1975 waf: disable-python - align talloc's wscript
Drop the configure option for --disable-python as it is now
global in wafsamba

If samba is set to use a system copy of talloc, and talloc wasn't built
with python support, then the system pytalloc-util will not be found.
If samba is being built without python support then pytalloc-util is not
needed, so do not bother to try and find it.

The build configuration for pytalloc-util needs to exist even if it's
not being built, so that dependency resolution can occur throughout
the rest of the samba build system -- this required dropping the higher
level conditional and using the enabled= parameter instead.

Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2017-03-10 07:31:12 +01:00
..
ABI talloc: version 2.1.9 2017-02-25 02:39:11 +01: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 doc: Remove build/ from doxygen config or it will not work in brew. 2012-08-04 16:31:22 +02:00
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 - align talloc's wscript 2017-03-10 07:31:12 +01:00