sys-libs/talloc: Sync with Gentoo

It's from Gentoo commit 1aee48911a45c7eeeb73f62191b4d70ad3076a30.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-09-15 07:11:28 +00:00 committed by Krzesimir Nowak
parent fa414d1984
commit 0c7ca408ac
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1 multilib-minimal
inherit waf-utils python-single-r1 multilib-minimal flag-o-matic
DESCRIPTION="Samba talloc library"
HOMEPAGE="https://talloc.samba.org/"
@ -83,6 +83,8 @@ multilib_src_configure() {
$([[ ${CHOST} == *-solaris* ]] && echo '--disable-symbol-versions')
)
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914712
waf-utils_src_configure "${extra_opts[@]}"
}

View File

@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1 multilib-minimal
inherit waf-utils python-single-r1 multilib-minimal flag-o-matic
DESCRIPTION="Samba talloc library"
HOMEPAGE="https://talloc.samba.org/"
@ -83,6 +83,8 @@ multilib_src_configure() {
$([[ ${CHOST} == *-solaris* ]] && echo '--disable-symbol-versions')
)
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914712
waf-utils_src_configure "${extra_opts[@]}"
}