|
@@ -52,7 +52,7 @@ do_configure_prepend_libc-musl () {
|
|
|
}
|
|
|
|
|
|
do_compile_prepend_class-native() {
|
|
|
- export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}
|
|
|
+ export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr
|
|
|
export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE}
|
|
|
export NSS_ENABLE_WERROR=0
|
|
|
}
|
|
@@ -67,6 +67,8 @@ do_compile_prepend_class-native() {
|
|
|
}
|
|
|
|
|
|
do_compile() {
|
|
|
+ export NSPR_INCLUDE_DIR=${STAGING_INCDIR}/nspr
|
|
|
+
|
|
|
export CROSS_COMPILE=1
|
|
|
export NATIVE_CC="${BUILD_CC}"
|
|
|
# Additional defines needed on Centos 7
|