summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-09 10:31:43 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-09 10:31:43 +0100
commit574c9a288cc657149af820eef75e65c416ca7e44 (patch)
treeeffd08aa98c6d01aa92140a22a78d5a4a1dbd9b4 /firefox-mozconfig
parentMerge branch 'master' into f31 (diff)
parentmerged with master (diff)
downloadlibrewolf-fedora-ff-574c9a288cc657149af820eef75e65c416ca7e44.tar.gz
librewolf-fedora-ff-574c9a288cc657149af820eef75e65c416ca7e44.tar.bz2
librewolf-fedora-ff-574c9a288cc657149af820eef75e65c416ca7e44.zip
Merge branch 'master' into f31
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 78aa1da..3605a29 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,7 +1,5 @@
. $topsrcdir/browser/config/mozconfig
-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 --disable-strip
bgstack15