diff options
Diffstat (limited to 'main/xulrunner')
-rw-r--r-- | main/xulrunner/APKBUILD | 2 | ||||
-rw-r--r-- | main/xulrunner/mozconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD index cab00bd919..27d117a6ef 100644 --- a/main/xulrunner/APKBUILD +++ b/main/xulrunner/APKBUILD @@ -104,7 +104,7 @@ dev() { } md5sums="b7d09b082e88a74860a51a8e04e29333 firefox-8.0.1.source.tar.bz2 -cc43a2bd96bd2395aa72d0bbb88e5594 mozconfig +b0f7d491bc800b69ec718667a4b08acb mozconfig 731ec4084e57eb05e93000c971aad0d4 0001-mozilla-pkgconfig.patch.patch 1867db217d10722675c88b655db8c2d7 0002-Use-C99-math-isfinite.patch 7faa279d64c9ec2e7abc7c0497c7e07e 0003-xulrunner-jemalloc-aslr.patch diff --git a/main/xulrunner/mozconfig b/main/xulrunner/mozconfig index d0cf2c1047..2cbb45b7ae 100644 --- a/main/xulrunner/mozconfig +++ b/main/xulrunner/mozconfig @@ -30,7 +30,7 @@ ac_add_options --enable-extensions=default ac_add_options --enable-jemalloc ac_add_options --disable-elf-hack -export LIBS="-lfts -lubacktrace" +# export LIBS="-lubacktrace" export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |