Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/
Date: Mon, 28 Jan 2019 19:46:48
Message-Id: 1548683382.eb805548463507cfca003cf88d08f086caf4356f.grobian@gentoo
1 commit: eb805548463507cfca003cf88d08f086caf4356f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 13:49:07 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 13:49:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb805548
7
8 sys-libs/talloc: fix linking on Solaris
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-libs/talloc/talloc-2.1.15.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-libs/talloc/talloc-2.1.15.ebuild b/sys-libs/talloc/talloc-2.1.15.ebuild
17 index 6936a13a932..65a8c5b61c9 100644
18 --- a/sys-libs/talloc/talloc-2.1.15.ebuild
19 +++ b/sys-libs/talloc/talloc-2.1.15.ebuild
20 @@ -54,6 +54,7 @@ multilib_src_configure() {
21 local extra_opts=(
22 $(usex compat --enable-talloc-compat1 '')
23 $(multilib_native_usex python '' --disable-python)
24 + $([[ ${CHOST} == *-solaris* ]] && echo '--disable-symbol-versions')
25 )
26 waf-utils_src_configure "${extra_opts[@]}"
27 }