added --enable-gio

This commit is contained in:
Alex Burmashev 2012-06-01 16:08:40 +04:00
parent 0862dbaba2
commit 4a9794327d

View file

@ -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.
#