mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 09:52:20 +02:00
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:
parent
fa414d1984
commit
0c7ca408ac
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user