summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-11 15:09:44 -0500
committerB Stack <bgstack15@gmail.com>2019-12-11 15:09:44 -0500
commit53ed8772ae9634ee61e22d93f4ed9ca0d6b82c44 (patch)
tree3130140b455c2e21ad0c9cfab27dd738e4089c7d /waterfox/waterfox-mozconfig
parentfc30 now explicitly requires python2-devel (diff)
downloadstackrpms-53ed8772ae9634ee61e22d93f4ed9ca0d6b82c44.tar.gz
stackrpms-53ed8772ae9634ee61e22d93f4ed9ca0d6b82c44.tar.bz2
stackrpms-53ed8772ae9634ee61e22d93f4ed9ca0d6b82c44.zip
WIP: waterfox 2019-12.classic rpm rc1
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