diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-12-17 00:41:45 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-17 00:41:45 -0600 |
commit | 0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46 (patch) | |
tree | 94866231f52f4aec3027ff7920762a0a43b92f60 /main/xulrunner | |
parent | a6aa04215acb11261dad8f102062c9f027b00914 (diff) | |
download | aports-0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46.tar.bz2 aports-0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46.tar.xz |
main/xulrunner: $LIBS hack is no longer needed
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 |