summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-21 19:23:36 +0000
committerB Stack <bgstack15@gmail.com>2019-12-21 19:23:36 +0000
commit2a1b1ad901e716163527339c804ae056c7c86e37 (patch)
treee145606994210080b7107554af86b8bd3bb2755d /waterfox/waterfox-mozconfig
parentMerge branch 'irfanview-bump' into 'master' (diff)
parentWIP: waterfox rpm updates from phantomx (diff)
downloadstackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.tar.gz
stackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.tar.bz2
stackrpms-2a1b1ad901e716163527339c804ae056c7c86e37.zip
Merge branch 'updates' into 'master'
Waterfox and ublock-origin See merge request bgstack15/stackrpms!108
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r--waterfox/waterfox-mozconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig
index 7fb292a..b28966d 100644
--- a/waterfox/waterfox-mozconfig
+++ b/waterfox/waterfox-mozconfig
@@ -2,8 +2,6 @@
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 --disable-strip
bgstack15