diff options
| -rw-r--r-- | meta-oe/recipes-support/nss/nss_3.51.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nss/nss_3.51.1.bb b/meta-oe/recipes-support/nss/nss_3.51.1.bb index 3e3c3a3fdf..0e127975b4 100644 --- a/meta-oe/recipes-support/nss/nss_3.51.1.bb +++ b/meta-oe/recipes-support/nss/nss_3.51.1.bb | |||
| @@ -62,7 +62,6 @@ do_configure_prepend_libc-musl () { | |||
| 62 | do_compile_prepend_class-native() { | 62 | do_compile_prepend_class-native() { |
| 63 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr | 63 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr |
| 64 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} | 64 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} |
| 65 | export NSS_ENABLE_WERROR=0 | ||
| 66 | } | 65 | } |
| 67 | 66 | ||
| 68 | do_compile_prepend_class-nativesdk() { | 67 | do_compile_prepend_class-nativesdk() { |
| @@ -81,6 +80,11 @@ do_compile() { | |||
| 81 | export NATIVE_CC="${BUILD_CC}" | 80 | export NATIVE_CC="${BUILD_CC}" |
| 82 | # Additional defines needed on Centos 7 | 81 | # Additional defines needed on Centos 7 |
| 83 | export NATIVE_FLAGS="${BUILD_CFLAGS} -DLINUX -Dlinux" | 82 | export NATIVE_FLAGS="${BUILD_CFLAGS} -DLINUX -Dlinux" |
| 83 | |||
| 84 | # POSIX.1-2001 states that the behaviour of getcwd() when passing a null | ||
| 85 | # pointer as the buf argument, is unspecified. | ||
| 86 | export NATIVE_FLAGS="${NATIVE_FLAGS} -DGETCWD_CANT_MALLOC" | ||
| 87 | |||
| 84 | export BUILD_OPT=1 | 88 | export BUILD_OPT=1 |
| 85 | 89 | ||
| 86 | export FREEBL_NO_DEPEND=1 | 90 | export FREEBL_NO_DEPEND=1 |
