projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8490e56
)
sys-libs/talloc: fix linking on Solaris
author
Fabian Groffen
<grobian@gentoo.org>
Mon, 28 Jan 2019 13:49:07 +0000
(14:49 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Mon, 28 Jan 2019 13:49:42 +0000
(14:49 +0100)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sys-libs/talloc/talloc-2.1.15.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/talloc/talloc-2.1.15.ebuild
b/sys-libs/talloc/talloc-2.1.15.ebuild
index 6936a13a932a1b371bf88aee3630867ecadf76ea..65a8c5b61c9e45d56442cf0c1895d9963e636668 100644
(file)
--- 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[@]}"
}