diff options
-rw-r--r-- | meta-oe/recipes-extended/pmdk/pmdk_1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/pmdk/pmdk_1.6.bb b/meta-oe/recipes-extended/pmdk/pmdk_1.6.bb index a5096fdad2..c20bdf6d1e 100644 --- a/meta-oe/recipes-extended/pmdk/pmdk_1.6.bb +++ b/meta-oe/recipes-extended/pmdk/pmdk_1.6.bb | |||
@@ -26,7 +26,7 @@ inherit autotools-brokensep pkgconfig | |||
26 | # | If you meant to cross compile, use `--host'. | 26 | # | If you meant to cross compile, use `--host'. |
27 | # | 27 | # |
28 | # Also fix #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] | 28 | # Also fix #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] |
29 | EXTRA_OEMAKE = "HOST_SYS='${HOST_SYS}' EXTRA_CFLAGS='${SELECTED_OPTIMIZATION}' LIB_PREFIX=lib64" | 29 | EXTRA_OEMAKE = "HOST_SYS='${HOST_SYS}' EXTRA_CFLAGS='${SELECTED_OPTIMIZATION}' LIB_PREFIX=${baselib}" |
30 | 30 | ||
31 | # Fix the missing fts libs when using musl | 31 | # Fix the missing fts libs when using musl |
32 | EXTRA_OEMAKE_append_libc-musl = " EXTRA_LIBS='-lfts'" | 32 | EXTRA_OEMAKE_append_libc-musl = " EXTRA_LIBS='-lfts'" |