summaryrefslogtreecommitdiff
path: root/package/firefox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-02-04 15:17:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-02-04 15:17:45 +0100
commit925a49a9a7b478f305c145ba212d5ab6b5aa03c6 (patch)
tree5b29d2650847d8a4aff391d744aaeb99de089adf /package/firefox/Makefile
parentfdae6902f68628c66454b5104c46b8a79ff7d7b5 (diff)
fix cross-compile of firefox
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r--package/firefox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 21233ec9c..779e42dcc 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -78,9 +78,11 @@ CONFIGURE_ARGS+= --enable-application=browser \
--disable-mathml \
--disable-jemalloc \
--disable-crashreporter \
+ --disable-updater \
--disable-libjpeg-turbo \
--disable-elf-hack
+TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64
XAKE_FLAGS+= OS_RELEASE="2.6" HOST_CC=$(CC_FOR_BUILD) HOST_LDFLAGS=$(LDFLAGS_FOR_BUILD)
XAKE_FLAGS+= ARCHFLAG="${TARGET_CFLAGS} ${TARGET_CPPFLAGS} ${TARGET_LDFLAGS} -lnss3 -lnssutil3 -lsmime3 -lssl3"