1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/buildtools/wafsamba
Florian Weimer 75db84b1e5 buildtools/wafsamba: Avoid calling lib_func without a prototype
This is a backport of commit f4c0a750d4
("WAF: Fix detection of linker features")
to buildtools/wafsamba/samba_conftests.py.  It fixes the check for
rpath support with compilers in strict C99 mode.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15281

Signed-off-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-01-09 10:43:37 +00:00
..
tests python compat: remove StringIO 2020-08-11 16:37:35 +00:00
__init__.py waf: Add initial unit test for samba_utils. 2012-02-12 18:44:09 +01:00
configure_file.py third_party:waf: update to upstream 2.0.4 release 2018-09-05 06:37:22 +02:00
generic_cc.py wafsamba: fix generic_cc.py to work with waf 2 2018-09-10 19:28:15 +02:00
pkgconfig.py buildtools/wafsamba: add_manual_dependency needs bytes for value 2018-09-27 01:54:27 +02:00
README
samba3.py HEIMDAL: move code from source4/heimdal* to third_party/heimdal* 2022-01-19 21:41:59 +00:00
samba_abi.py wafsamba: allow SAMBA_LIBRARY() to get and use original 'version-script.map' for private libraries 2021-11-30 15:53:34 +00:00
samba_autoconf.py CVE-2022-37966 wafsamba: add support for CHECK_VARIABLE(mandatory=True) 2022-12-13 13:07:30 +00:00
samba_autoproto.py build: Remove workaround for missing os.path.relpath in Python < 2.6 2019-11-13 08:42:30 +00:00
samba_bundled.py wafsamba: use private extentions also for bundled public libraries 2021-11-30 15:53:34 +00:00
samba_conftests.py wafsamba: Have CHECK_C_PROTOTYPE() pass through 'lib' into CHECK_CODE() 2022-11-08 02:39:37 +00:00
samba_cross.py python: Don't use deprecated escape sequences 2022-06-14 07:21:29 +00:00
samba_deps.py python: Remove redundant assignments 2022-05-10 05:19:34 +00:00
samba_dist.py wafsamba: add support git worktree to vcs_dir_contents() 2021-08-12 08:07:29 +00:00
samba_git.py build:wafsamba: Build on waf 1.9 2018-09-05 06:37:21 +02:00
samba_headers.py build: Remove workaround for missing os.path.relpath in Python < 2.6 2019-11-13 08:42:30 +00:00
samba_install.py buildtools/wafsamba/samba_install.py: typo fixes 2019-10-31 00:43:38 +00:00
samba_patterns.py build: reduce printf() calls in generated build_options.c 2022-01-17 13:17:53 +00:00
samba_perl.py python: Remove unnecessary 'pass' statements 2022-05-10 05:19:34 +00:00
samba_pidl.py pidl:NDR/ServerCompat: Compat server PIDL parser 2020-03-20 15:36:31 +00:00
samba_python.py build: Make Python 3.6 the minimum to build now oss-fuzz is upgraded 2021-09-13 04:53:32 +00:00
samba_third_party.py third_party: Update resolv_wrapper to version 1.1.8 2022-12-21 21:28:42 +00:00
samba_utils.py wafsamba: Remove clangdb code which doesn't work 2022-01-21 23:33:36 +00:00
samba_version.py samba_version.py: avoid inefficient string concatenations 2019-09-21 20:50:17 +00:00
samba_waf18.py buildtools/wafsamba: Avoid calling lib_func without a prototype 2023-01-09 10:43:37 +00:00
samba_wildcard.py Suggest running './configure' rather than 'waf configure'. 2021-03-01 04:56:15 +00:00
stale_files.py wafsamba: introduce SAMBA[3]_PLUGIN() 2021-11-30 15:53:34 +00:00
symbols.py wafsamba: introduce SAMBA[3]_PLUGIN() 2021-11-30 15:53:34 +00:00
test_duplicate_symbol.sh wafsamba: let test_duplicate_symbol.sh export PYTHONHASHSEED=1 2022-03-29 22:32:32 +00:00
wafsamba.py third_party: Update waf to version 2.0.25 2023-01-06 14:02:35 +00:00
wscript wafsamba: require PYTHONHASHSEED=1 to be exported 2022-03-29 23:31:38 +00:00

This is a set of waf 'tools' to help make building the Samba
components easier, by having common functions in one place. This gives
us a more consistent build, and ensures that our project rules are
obeyed


TODO:
	see http://wiki.samba.org/index.php/Waf