summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox/firefox_0.9.oe6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe
index fc4efcaf84..a56d2d784e 100644
--- a/firefox/firefox_0.9.oe
+++ b/firefox/firefox_0.9.oe
@@ -17,6 +17,12 @@ export CROSS_COMPILE=1
export HOST_LIBIDL_CONFIG="libIDL-config-2"
export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS} --prefix=${prefix}"
+export HOST_CFLAGS="${BUILD_CFLAGS}"
+export HOST_CXXFLAGS="${BULID_CXXFLAGS}"
+export HOST_LDFLAGS="${BUILD_LDFLAGS}"
+export HOST_RANLIB="${BUILD_RANLIB}"
+export HOST_AR="${BUILD_AR}"
+
do_configure() {
cp ${WORKDIR}/mozconfig .mozconfig
}