mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-24 10:22:56 +00:00
added --enable-gio
This commit is contained in:
parent
0862dbaba2
commit
4a9794327d
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
%define pluginsdir %{_libdir}/mozilla/plugins
|
%define pluginsdir %{_libdir}/mozilla/plugins
|
||||||
%define firefox_channel esr10
|
%define firefox_channel esr10
|
||||||
|
|
||||||
%define release 2
|
%define release 3
|
||||||
|
|
||||||
# this seems fragile, so require the exact version or later (#58754)
|
# 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)
|
%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 --disable-crashreporter
|
||||||
ac_add_options --enable-optimize
|
ac_add_options --enable-optimize
|
||||||
ac_add_options --enable-startup-notification
|
ac_add_options --enable-startup-notification
|
||||||
|
ac_add_options --enable-gio
|
||||||
ac_add_options --disable-cpp-exceptions
|
ac_add_options --disable-cpp-exceptions
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
# Mozilla builds with -Wall with exception of a few warnings which show up
|
# Mozilla builds with -Wall with exception of a few warnings which show up
|
||||||
# everywhere in the code; so, don't override that.
|
# everywhere in the code; so, don't override that.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue