[oe-commits] [meta-openembedded] 01/03: mozjs: search nspr header files in ${STAGING_INCDIR}/nspr directory

git at git.openembedded.org git at git.openembedded.org
Tue Jan 28 04:05:02 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 21899d1f3aa626ef2d02bc0bcfb298d4a7bbfdca
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Jan 28 02:52:32 2020 +0100

    mozjs: search nspr header files in ${STAGING_INCDIR}/nspr directory
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb
index ef42ad2..4f2da49 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb
@@ -53,6 +53,7 @@ EXTRA_OECONF = " \
     --libdir=${libdir} \
     --disable-tests --disable-strip --disable-optimize \
     --disable-jemalloc \
+    --with-nspr-cflags='-I${STAGING_INCDIR}/nspr -I${STAGING_INCDIR}/nss3' \
     --with-nspr-libs='-lplds4 -lplc4 -lnspr4' \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list