[Lunar-commits] <moonbase-other> firefox: re-enable libevent dependency
v4hn
me at v4hn.de
Tue Aug 12 18:01:53 CEST 2014
commit d5a355ad859977e54bfc2c1b63f9b06ab995ea5e
Author: v4hn <me at v4hn.de>
Date: Tue, 12 Aug 2014 18:02:59 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/d5a355ad859977e54bfc2c1b63f9b06ab995ea5e
firefox: re-enable libevent dependency
also clean up mozconfig
Hey, they managed to reverted their use of unstable libevent! :)
---
web/firefox/DEPENDS | +1/-2
web/firefox/mozconfig | +1/-8
2 files changed, 2 insertions(+), 10 deletions(-)
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -14,8 +14,7 @@ optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
optional_depends "hunspell" "--enable-system-hunspell" "--disable-system-hunspell" "For spelling support"
-# Yay, why use the stable libevent release for _stable_ firefox -.-
-#optional_depends "libevent" "--with-system-libevent" "--without-system-libevent" "For system library event detection"
+optional_depends "libevent" "--with-system-libevent" "--without-system-libevent" "For system library event detection"
optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For dbus support"
optional_depends "libffi" "--enable-system-ffi" "--disable-system-ffi" "Use system libffi instead of compiling the one in firefox"
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -28,17 +28,10 @@ ac_add_options --enable-system-pixman
ac_add_options --disable-crashreporter
ac_add_options --disable-necko-wifi
ac_add_options --disable-gnomevfs
-ac_add_options --without-system-libevent
+ac_add_options --enable-system-cairo
# Enabling this causes the make to fail on java script. No work around found.
ac_add_options --disable-shared-js
-#Causes make failure
-
-#firefox 14 will not build with system cairo
-#because it uses some mozilla made extensions/private functions
-#so disable it till this will work again
-ac_add_options --enable-system-cairo
-
#Disabling tests breaks PGO so having CONFIGURE set it
#ac_add_options --disable-tests
More information about the Lunar-commits
mailing list