diff options
-rw-r--r-- | meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb index 89e92d62f4..c95a5b2d32 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
18 | 18 | ||
19 | EXTRA_OEMAKE:append = "PREFIX=${prefix} USE_SHARED_LIB=1" | 19 | EXTRA_OEMAKE:append = "PREFIX=${prefix} LIBDIR=${libdir} USE_SHARED_LIB=1" |
20 | # We want to statically link the binary to libfsverity on native Windows | 20 | # We want to statically link the binary to libfsverity on native Windows |
21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" | 21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" |
22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" | 22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" |