diff options
Diffstat (limited to 'package')
-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 \ |