diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-04 15:17:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-02-04 15:17:45 +0100 |
commit | 925a49a9a7b478f305c145ba212d5ab6b5aa03c6 (patch) | |
tree | 5b29d2650847d8a4aff391d744aaeb99de089adf | |
parent | fdae6902f68628c66454b5104c46b8a79ff7d7b5 (diff) |
fix cross-compile of firefox
-rw-r--r-- | package/firefox/Makefile | 2 |
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" |