diff options
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 4 | ||||
-rw-r--r-- | main/firefox/mozconfig | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index c43e281a5f..ef7702e8fb 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=8.0.1 _pkgver=$pkgver _xulver=8.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" @@ -112,7 +112,7 @@ __EOF__ } md5sums="b7d09b082e88a74860a51a8e04e29333 firefox-8.0.1.source.tar.bz2 -90d21a0ca38d9da4e42f22982f8b8cc5 mozconfig +3ba2cb7cda675e78eb0eeb0652ee3457 mozconfig 2328df219e042f6aaec361cbf83cf9e9 firefox-5.0-asciidel.patch ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index add87aee8b..f1b23fae9a 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -33,6 +33,7 @@ ac_add_options --enable-url-classifier ac_add_options --enable-gio ac_add_options --disable-gnomevfs ac_add_options --disable-static +ac_add_options --enable-official-branding export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |