diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-01 21:42:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-29 07:53:41 +0200 |
commit | 0035fdc7cc237ecfc1bd822fe4cb3e39eaf44861 (patch) | |
tree | 13ca2032ab1d664d2d5021878fde1cfc665a911e /package/firefox/Makefile | |
parent | 6115d5a2ebd2dc7c81281f45e25a63ee0f4427bb (diff) |
firefox: remove unneeded quota patch, use system icu
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 6716ae048..429534a68 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -57,6 +57,7 @@ CONFIGURE_ENV+= CROSS_COMPILE=1 \ ac_cv_sqlite_dbstat_vtab=yes CONFIGURE_ARGS+= --enable-application=browser \ --enable-official-branding \ + --with-system-icu \ --with-system-zlib \ --with-system-bz2 \ --with-system-png \ |