summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-08-20 11:27:41 +0200
committerMartin Stransky <stransky@redhat.com>2015-08-20 11:27:41 +0200
commitce65d65db6cae656fbb013d5c382233bda185175 (patch)
treebb7e974365503eb524ddce48cc649d0f8d29a966 /firefox-mozconfig
parentResolves: mozbz#1192243 - Fix crash reported layout under GTK3 (diff)
downloadlibrewolf-fedora-ff-ce65d65db6cae656fbb013d5c382233bda185175.tar.gz
librewolf-fedora-ff-ce65d65db6cae656fbb013d5c382233bda185175.tar.bz2
librewolf-fedora-ff-ce65d65db6cae656fbb013d5c382233bda185175.zip
Enabled pie - rhbz#1246287
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index c0cda82..8dd90c3 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -35,6 +35,7 @@ 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
+ac_add_options --enable-pie
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15