diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-31 17:31:14 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-31 17:31:14 -0200 |
commit | a80e7c41963118ad0d29b6bc54ee3492846b9c2a (patch) | |
tree | 6592022f1fbb9bd1a7aca8978f551c523a3a9951 /libre | |
parent | 7a369db91fe9ddd8fb150c4dcbe3f531427e9e2c (diff) | |
download | abslibre-a80e7c41963118ad0d29b6bc54ee3492846b9c2a.tar.gz abslibre-a80e7c41963118ad0d29b6bc54ee3492846b9c2a.tar.bz2 abslibre-a80e7c41963118ad0d29b6bc54ee3492846b9c2a.zip |
iceweasel-libre-18.0.1.1-2: optimizing mozconfig
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/iceweasel-libre/mozconfig | 30 |
2 files changed, 12 insertions, 22 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 4f7d77337..571ad31a0 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -22,7 +22,7 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=iceweasel pkgname=iceweasel-libre pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 if [ -z "$pkgname" ]; then pkgname=$_pkgname; fi if $_pgo; then @@ -56,7 +56,7 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch) md5sums=('5d481dd35a304702d1f311eeb3f1149f' '6a4781e8ddc1b166f36930c4864e095f' - '619e8f7c8596838a7daf2b7ce2e54cd3' + 'f90c6a70d0a6d0a9e7f9a0eed6aeffd3' 'ac29b01c189f20abae2f3eef1618ffc0' '1ee2d4bcacee73d671b9ffa17a02abaa' '7b9e5996dd9fe0b186a43a297db1c6b5' diff --git a/libre/iceweasel-libre/mozconfig b/libre/iceweasel-libre/mozconfig index 8b5e52d9e..c929b8972 100644 --- a/libre/iceweasel-libre/mozconfig +++ b/libre/iceweasel-libre/mozconfig @@ -3,6 +3,10 @@ ac_add_options --prefix=/usr ac_add_options --libdir=/usr/lib +# Iceweasel +ac_add_options --disable-official-branding +ac_add_options --with-branding=debian/branding + # System libraries ac_add_options --with-system-nspr ac_add_options --with-system-nss @@ -15,35 +19,21 @@ ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-ffi -ac_add_options --enable-system-cairo +#ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman ac_add_options --with-pthreads # Features ac_add_options --enable-startup-notification +#ac_add_options --enable-gstreamer + ac_add_options --disable-crashreporter ac_add_options --disable-updater ac_add_options --disable-tests -ac_add_options --disable-mochitest ac_add_options --disable-installer -# Optimization -ac_add_options --enable-optimize -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir - -# Iceweasel -ac_add_options --disable-official-branding -ac_add_options --with-branding=debian/branding - -# ConnochaetOS -#ac_add_options --build=i586-pc-linux-gnu -#ac_add_options --host=i586-pc-linux-gnu -#export USE_SHORT_LIBNAME=1 -#mk_add_options USE_SHORT_LIBNAME=1 - -# Parabola +# Parabola features ac_add_options --disable-safe-browsing -export BUILD_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -# Build-generated +# Other +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir |