aboutsummaryrefslogtreecommitdiffstats
path: root/main/xulrunner/mozconfig
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-12-17 00:41:45 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-12-17 00:41:45 -0600
commit0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46 (patch)
tree94866231f52f4aec3027ff7920762a0a43b92f60 /main/xulrunner/mozconfig
parenta6aa04215acb11261dad8f102062c9f027b00914 (diff)
downloadaports-0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46.tar.bz2
aports-0d90f18d6ac97c8ba33e0ffae1eda3b4d2d98b46.tar.xz
main/xulrunner: $LIBS hack is no longer needed
Diffstat (limited to 'main/xulrunner/mozconfig')
-rw-r--r--main/xulrunner/mozconfig2
1 files changed, 1 insertions, 1 deletions
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