mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
sys-apps/dtc: Sync with Gentoo
It's from Gentoo commit 0428966db63c13fc0142f0500e5c44895793eb37.
This commit is contained in:
parent
f1f4dae538
commit
6186705195
@ -63,12 +63,14 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Ddefault_library=$(usex static-libs both shared)
|
||||
-Dtools=true
|
||||
-Dvalgrind=disabled # only used for some tests
|
||||
$(meson_feature python)
|
||||
$(meson_feature yaml)
|
||||
)
|
||||
|
||||
# bug #909366
|
||||
use static-libs && emesonargs+=( -Dstatic-build=true )
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
@ -58,12 +58,14 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Ddefault_library=$(usex static-libs both shared)
|
||||
-Dtools=true
|
||||
-Dvalgrind=disabled # only used for some tests
|
||||
$(meson_feature python)
|
||||
$(meson_feature yaml)
|
||||
)
|
||||
|
||||
# bug #909366
|
||||
use static-libs && emesonargs+=( -Dstatic-build=true )
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user