diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-05 17:27:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-05 17:27:52 +0200 |
commit | 129ebe4641a0a28b9e7f887b6d2c634bc7d26fe3 (patch) | |
tree | ba610010803dc8c109852449c83f02043ad5da65 | |
parent | 6f22e79044473cba38b0aa0b59a5feffa3e003bc (diff) |
firefox should use nss/nspr fromthe system
-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 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 \ |