diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-01-28 02:52:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-27 20:04:56 -0800 |
commit | 21899d1f3aa626ef2d02bc0bcfb298d4a7bbfdca (patch) | |
tree | 7c7ad90d8e8ced5d14103b1878206bab3444dc55 /meta-oe/recipes-extended/mozjs | |
parent | e8438689e95d8990b70fb157fe44cddbd93a4bc8 (diff) | |
download | meta-openembedded-21899d1f3aa626ef2d02bc0bcfb298d4a7bbfdca.tar.gz |
mozjs: search nspr header files in ${STAGING_INCDIR}/nspr directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mozjs')
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ef42ad2f2..4f2da492f 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 = " \ | |||
53 | --libdir=${libdir} \ | 53 | --libdir=${libdir} \ |
54 | --disable-tests --disable-strip --disable-optimize \ | 54 | --disable-tests --disable-strip --disable-optimize \ |
55 | --disable-jemalloc \ | 55 | --disable-jemalloc \ |
56 | --with-nspr-cflags='-I${STAGING_INCDIR}/nspr -I${STAGING_INCDIR}/nss3' \ | ||
56 | --with-nspr-libs='-lplds4 -lplc4 -lnspr4' \ | 57 | --with-nspr-libs='-lplds4 -lplc4 -lnspr4' \ |
57 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \ | 58 | ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', "--enable-gold", '--disable-gold', d)} \ |
58 | " | 59 | " |