From 4a9794327db9dd981b21465b93c56852f57d7c9a Mon Sep 17 00:00:00 2001 From: Alex Burmashev Date: Fri, 1 Jun 2012 16:08:40 +0400 Subject: [PATCH] added --enable-gio --- firefox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index d9613a4..51fa3b5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,7 +6,7 @@ %define pluginsdir %{_libdir}/mozilla/plugins %define firefox_channel esr10 -%define release 2 +%define release 3 # this seems fragile, so require the exact version or later (#58754) %define sqlite3_version %(pkg-config --modversion sqlite3 &>/dev/null && pkg-config --modversion sqlite3 2>/dev/null || echo 0) @@ -170,9 +170,11 @@ ac_add_options --with-distribution-id=com.mandriva ac_add_options --disable-crashreporter ac_add_options --enable-optimize ac_add_options --enable-startup-notification +ac_add_options --enable-gio ac_add_options --disable-cpp-exceptions EOF + # Mozilla builds with -Wall with exception of a few warnings which show up # everywhere in the code; so, don't override that. #