diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-01-28 14:49:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-01-28 14:49:42 +0100 |
commit | eb805548463507cfca003cf88d08f086caf4356f (patch) | |
tree | 9c34ae83595f3819fd610ef593a7fa6ae75260f9 /sys-libs/talloc | |
parent | dev-python/pypax: PYTHON_TARGETS+="python3_7" (diff) | |
download | gentoo-eb805548463507cfca003cf88d08f086caf4356f.tar.gz gentoo-eb805548463507cfca003cf88d08f086caf4356f.tar.bz2 gentoo-eb805548463507cfca003cf88d08f086caf4356f.zip |
sys-libs/talloc: fix linking on Solaris
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/talloc-2.1.15.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/talloc/talloc-2.1.15.ebuild b/sys-libs/talloc/talloc-2.1.15.ebuild index 6936a13a932a..65a8c5b61c9e 100644 --- a/sys-libs/talloc/talloc-2.1.15.ebuild +++ b/sys-libs/talloc/talloc-2.1.15.ebuild @@ -54,6 +54,7 @@ multilib_src_configure() { local extra_opts=( $(usex compat --enable-talloc-compat1 '') $(multilib_native_usex python '' --disable-python) + $([[ ${CHOST} == *-solaris* ]] && echo '--disable-symbol-versions') ) waf-utils_src_configure "${extra_opts[@]}" } |