mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +00:00
fsverity: fix MinGW build
Upstream supports building a binary with MinGW but not a shared library, so remove the configure option for MinGW targets. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d960d152b9
commit
8a29a7f9aa
@ -16,7 +16,10 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl"
|
||||||
|
|
||||||
EXTRA_OEMAKE += "PREFIX=${prefix} USE_SHARED_LIB=1"
|
EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1"
|
||||||
|
# We want to statically link the binary to libfsverity on native Windows
|
||||||
|
EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1"
|
||||||
|
EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake install DESTDIR=${D}
|
oe_runmake install DESTDIR=${D}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user