summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-26 15:55:50 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-26 15:55:50 +0200
commite28e81bc05c017745b7d405a6535ed3bc28c9fb3 (patch)
tree80a6324b4a63eb8f410f0efae34c93391f7bf455 /firefox-mozconfig
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.tar.gz
librewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.tar.bz2
librewolf-fedora-ff-e28e81bc05c017745b7d405a6535ed3bc28c9fb3.zip
Build fixes
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