1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/talloc
Noel Power 6c62e22c1c PY3: detect talloc_utils (for version of python running the build)
It seems all combinations have potential to fail here :/ however for
the moment making the assumption
  *  if python2 driving the build you are building against libpython2 (with the option of having python3 as 'extra-python'
  *  if python3 driving the build you are building against libpython3 (with the option of having python3 as 'extra-python' NOTE: this isn't inforced it probably should be !!!! In a system with python2 and python3 installed it seems waf needs PYTHON env variable to decide which libpython to build against. It's also an option that configure should use that too (to figure out which talloc_util to use or build)

However.... right now I just want the thing to build

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-09-16 06:16:20 +02:00
..
ABI talloc: version 2.1.14 2018-07-12 04:32:09 +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 doc: Remove build/ from doxygen config or it will not work in brew. 2012-08-04 16:31:22 +02:00
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
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 Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings in the output. 2018-05-16 18:06:23 +02: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: Fix warnings in test code 2011-01-03 11:12:39 +01:00
talloc.c talloc: use atexit() again instead of a library destructor 2018-04-05 13:01:20 +02:00
talloc.h talloc: Fix some typos in the comments 2018-05-28 16:16:17 +02:00
talloc.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
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 PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
testsuite_main.c talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
testsuite.c talloc: Add tests to require use-after-free to give the correct talloc_abort() string 2018-01-12 22:42:21 +01:00
wscript PY3: detect talloc_utils (for version of python running the build) 2018-09-16 06:16:20 +02:00