mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 10:21:17 +02:00
sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit ff7e542ec0fc8c1a21c3ddb3e53fb3adb5b8ae55. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
0c7ca408ac
commit
4736fd8f3b
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
PYTHON_REQ_USE="threads(+)"
|
PYTHON_REQ_USE="threads(+)"
|
||||||
inherit waf-utils multilib-minimal python-single-r1
|
inherit waf-utils multilib-minimal python-single-r1 flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="Simple database API"
|
DESCRIPTION="Simple database API"
|
||||||
HOMEPAGE="https://tdb.samba.org/"
|
HOMEPAGE="https://tdb.samba.org/"
|
||||||
@ -60,6 +60,8 @@ multilib_src_configure() {
|
|||||||
extra_opts+=( --disable-python )
|
extra_opts+=( --disable-python )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914857
|
||||||
|
|
||||||
waf-utils_src_configure "${extra_opts[@]}"
|
waf-utils_src_configure "${extra_opts[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
PYTHON_REQ_USE="threads(+)"
|
PYTHON_REQ_USE="threads(+)"
|
||||||
inherit waf-utils multilib-minimal python-single-r1
|
inherit waf-utils multilib-minimal python-single-r1 flag-o-matic
|
||||||
|
|
||||||
DESCRIPTION="Simple database API"
|
DESCRIPTION="Simple database API"
|
||||||
HOMEPAGE="https://tdb.samba.org/"
|
HOMEPAGE="https://tdb.samba.org/"
|
||||||
@ -60,6 +60,8 @@ multilib_src_configure() {
|
|||||||
extra_opts+=( --disable-python )
|
extra_opts+=( --disable-python )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
append-ldflags $(test-flags-CCLD -Wl,--undefined-version) # bug 914857
|
||||||
|
|
||||||
waf-utils_src_configure "${extra_opts[@]}"
|
waf-utils_src_configure "${extra_opts[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user