mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 09:52:20 +02:00
sys-libs/ldb: Sync with Gentoo
It's from Gentoo commit 583991dab5c4e58cb86543099bcdf8f1fae2f684. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
ef27dad146
commit
d5065a1474
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
inherit python-single-r1 waf-utils multilib-minimal
|
||||
inherit python-single-r1 waf-utils multilib-minimal flag-o-matic
|
||||
|
||||
DESCRIPTION="LDAP-like embedded database"
|
||||
HOMEPAGE="https://ldb.samba.org"
|
||||
@ -134,6 +134,8 @@ multilib_src_configure() {
|
||||
myconf+=( --disable-python )
|
||||
fi
|
||||
|
||||
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 915199
|
||||
|
||||
waf-utils_src_configure "${myconf[@]}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user