diff options
-rw-r--r-- | meta-oe/recipes-support/nss/nss_3.54.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.54.bb b/meta-oe/recipes-support/nss/nss_3.54.bb index 882145c1ef..1cc94735bb 100644 --- a/meta-oe/recipes-support/nss/nss_3.54.bb +++ b/meta-oe/recipes-support/nss/nss_3.54.bb | |||
@@ -58,7 +58,6 @@ do_configure_prepend_libc-musl () { | |||
58 | do_compile_prepend_class-native() { | 58 | do_compile_prepend_class-native() { |
59 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr | 59 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr |
60 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} | 60 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} |
61 | export NSS_ENABLE_WERROR=0 | ||
62 | } | 61 | } |
63 | 62 | ||
64 | do_compile_prepend_class-nativesdk() { | 63 | do_compile_prepend_class-nativesdk() { |
@@ -72,6 +71,7 @@ do_compile_prepend_class-native() { | |||
72 | 71 | ||
73 | do_compile() { | 72 | do_compile() { |
74 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR}/nspr | 73 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR}/nspr |
74 | export NSS_ENABLE_WERROR=0 | ||
75 | 75 | ||
76 | export CROSS_COMPILE=1 | 76 | export CROSS_COMPILE=1 |
77 | export NATIVE_CC="${BUILD_CC}" | 77 | export NATIVE_CC="${BUILD_CC}" |