summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-26 15:56:06 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-26 15:56:06 +0200
commit171062f9096b95e75382400614828e6b7e857d54 (patch)
tree80a6324b4a63eb8f410f0efae34c93391f7bf455 /firefox-mozconfig
parentMerge branch 'master' into f23 (diff)
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.tar.gz
librewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.tar.bz2
librewolf-fedora-ff-171062f9096b95e75382400614828e6b7e857d54.zip
Merge branch 'master' into f23
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 ea6f325..ea34e72 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -3,6 +3,7 @@
ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --prefix="$PREFIX"
+ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --enable-system-hunspell
bgstack15