summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/mozconfig_LANG
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-09 13:25:50 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-09 13:26:31 -0400
commit64f94edaaafa871bd320fa2515ae8c42a3ede300 (patch)
tree1487e57fefe2ade96c21f2423ef1d71ed671dbfa /waterfox-g/debian/mozconfig_LANG
parentMerge branch 'jellyfin-mpv-shim' (diff)
downloadstackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.tar.gz
stackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.tar.bz2
stackrpms-64f94edaaafa871bd320fa2515ae8c42a3ede300.zip
waterfox-g 6.0.2 rc1
Diffstat (limited to 'waterfox-g/debian/mozconfig_LANG')
-rw-r--r--waterfox-g/debian/mozconfig_LANG19
1 files changed, 0 insertions, 19 deletions
diff --git a/waterfox-g/debian/mozconfig_LANG b/waterfox-g/debian/mozconfig_LANG
index 1af22f3..f10957e 100644
--- a/waterfox-g/debian/mozconfig_LANG
+++ b/waterfox-g/debian/mozconfig_LANG
@@ -1,22 +1,3 @@
-if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "focal" || test `lsb_release -sc` = "stretch" || test `lsb_release -sc` = "buster"; then
-export NODEJS=/usr/lib/nodejs-mozilla/bin/node
-fi
-
-if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "stretch"; then
-export NASM=/usr/lib/nasm-mozilla/bin/nasm
-fi
-
-# For successfull LTO build, we need to use matching LLVM version
-if test `lsb_release -sc` = "bionic" || test `lsb_release -sc` = "focal" || test `lsb_release -sc` = "impish" || test `lsb_release -sc` = "stretch" || test `lsb_release -sc` = "buster" || test `lsb_release -sc` = "bullseye"; then
-export PATH=/usr/lib/llvm-12/bin/:$PATH
-fi
-
-if test `lsb_release -sc` = "kinetic"; then
-export PATH=/usr/lib/llvm-14/bin/:$PATH
-fi
-
-export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system
-
ac_add_options --enable-linker=lld
ac_add_options --with-app-name=waterfox-g
bgstack15