summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-01-19 15:14:26 +0100
committerMartin Stransky <stransky@redhat.com>2015-01-19 15:14:26 +0100
commit26623059aac29aa323b099ab8d32a85f3ea3a65a (patch)
tree786bcb9dfc7a087cd6042b1aa39df93d8dad0c0a
parentGtk3 - fixed tabs rendering (diff)
downloadlibrewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.tar.gz
librewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.tar.bz2
librewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.zip
Enable release build config
-rw-r--r--firefox-mozconfig1
-rw-r--r--firefox.spec1
2 files changed, 2 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 1823583..c0cda82 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -34,6 +34,7 @@ ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
+ac_add_options --enable-release
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index 3354e36..ca3a52a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -769,6 +769,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Jan 19 2015 Martin Stransky <stransky@redhat.com> - 35.0-4
- Gtk3 - fixed tabs rendering
+- Enable release build config
* Wed Jan 14 2015 Martin Stransky <stransky@redhat.com> - 35.0-3
- Gtk3 - replaced obsoleted focus properties
bgstack15