summaryrefslogtreecommitdiff
path: root/package/firefox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-10-05 17:27:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-10-05 17:27:52 +0200
commit129ebe4641a0a28b9e7f887b6d2c634bc7d26fe3 (patch)
treeba610010803dc8c109852449c83f02043ad5da65 /package/firefox
parent6f22e79044473cba38b0aa0b59a5feffa3e003bc (diff)
firefox should use nss/nspr fromthe system
Diffstat (limited to 'package/firefox')
-rw-r--r--package/firefox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 7605c9071..aafccfa4a 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -53,6 +53,8 @@ CONFIGURE_ARGS+= --enable-application=browser \
--with-system-cairo \
--with-system-pixman \
--with-system-jpeg \
+ --with-system-nss \
+ --with-system-nspr \
--enable-system-sqlite \
--with-libIDL-prefix=${STAGING_TARGET_DIR}/usr \
--with-glib-prefix=${STAGING_TARGET_DIR}/usr \