diff options
| author | Timur I. Bakeyev <timur@FreeBSD.org> | 2017-11-20 06:40:28 +0000 |
|---|---|---|
| committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2017-11-20 06:40:28 +0000 |
| commit | 17009f74ad847d12cb23c5beb346038af63da3fb (patch) | |
| tree | 27db3b9603b551a0b503cbc4997a80d2cc6a48c0 /databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py | |
| parent | Update IGNORE_WITH_PHP (diff) | |
Update Samba supplimentary libraries to the most recent versions.
Diffstat (limited to 'databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py')
| -rw-r--r-- | databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py b/databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py new file mode 100644 index 000000000000..5245d0e4857b --- /dev/null +++ b/databases/ldb/files/patch-buildtools__wafsamba__samba_autoconf.py @@ -0,0 +1,11 @@ +--- buildtools/wafsamba/samba_autoconf.py.orig 2016-10-07 04:45:35 UTC ++++ buildtools/wafsamba/samba_autoconf.py +@@ -873,7 +873,7 @@ def SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS(c + conf.env.undefined_ldflags = conf.ADD_LDFLAGS('-Wl,-no-undefined', testflags=True) + + if not sys.platform.startswith("openbsd") and conf.env.undefined_ignore_ldflags == []: +- if conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup']): ++ if conf.CHECK_LDFLAGS(['-undefined', 'dynamic_lookup'] + conf.env.WERROR_CFLAGS): + conf.env.undefined_ignore_ldflags = ['-undefined', 'dynamic_lookup'] + + @conf |
