summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-13 23:48:36 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-13 23:48:36 +0100
commit491f1538b0a264eaa86f5fa5a5aae04437312faf (patch)
tree696bc1ae742870ba14ba4a1e017d663cfd14f212 /firefox-mozconfig
parentMerge branch 'master' into f28 (diff)
parentAdded an option to build with clang/llvm. (diff)
downloadlibrewolf-fedora-ff-491f1538b0a264eaa86f5fa5a5aae04437312faf.tar.gz
librewolf-fedora-ff-491f1538b0a264eaa86f5fa5a5aae04437312faf.tar.bz2
librewolf-fedora-ff-491f1538b0a264eaa86f5fa5a5aae04437312faf.zip
Merge branch 'master' into f28
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index a64bb3d..44fe32c 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -15,8 +15,8 @@ ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --with-google-api-keyfile=../google-api-key
-ac_add_options --enable-release
ac_add_options --enable-pie
+ac_add_options --enable-release
ac_add_options --update-channel=release
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
bgstack15