diff options
Diffstat (limited to 'meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb index b6744395f..b72ee7bb3 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | |||
@@ -51,6 +51,9 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST | |||
51 | 51 | ||
52 | # mozjs requires autoreconf 2.13 | 52 | # mozjs requires autoreconf 2.13 |
53 | do_configure() { | 53 | do_configure() { |
54 | export HOST_CFLAGS="${BUILD_CFLAGS}" | ||
55 | export HOST_CXXFLAGS="${BUILD_CPPFLAGS}" | ||
56 | export HOST_LDFLAGS="${BUILD_LDFLAGS}" | ||
54 | ( cd ${S} | 57 | ( cd ${S} |
55 | gnu-configize --force | 58 | gnu-configize --force |
56 | mv config.guess config.sub build/autoconf ) | 59 | mv config.guess config.sub build/autoconf ) |