summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap')
-rw-r--r--source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url1
-rw-r--r--source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url2
-rwxr-xr-xsource/xap/mozilla-firefox/mozilla-firefox.SlackBuild2
-rw-r--r--source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url1
-rwxr-xr-xsource/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild3
5 files changed, 5 insertions, 4 deletions
diff --git a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url
new file mode 100644
index 000000000..f9f55c57d
--- /dev/null
+++ b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.url
@@ -0,0 +1 @@
+https://github.com/eqrion/cbindgen
diff --git a/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url b/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url
index 9a5a09603..88bd888a5 100644
--- a/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url
+++ b/source/xap/mozilla-firefox/build-deps/nodejs/nodejs.url
@@ -1,2 +1,2 @@
-https://nodejs.org/dist/latest-v10.x/node-v10.24.0.tar.xz
+https://nodejs.org/dist/latest-v14.x/node-v14.17.1.tar.xz
#https://github.com/nodejs/node
diff --git a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
index 4afa52bd4..acc5fddf4 100755
--- a/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
+++ b/source/xap/mozilla-firefox/mozilla-firefox.SlackBuild
@@ -245,6 +245,7 @@ OPTIONS="\
$GOOGLE_API_KEY \
--disable-strip \
--disable-install-strip \
+ --disable-tests \
--enable-cpp-rtti \
--enable-accessibility \
--disable-crashreporter \
@@ -324,7 +325,6 @@ if [ "$PGO" = "yes" ]; then
kill $! || true
else
# Do a normal build
- echo "ac_add_options --disable-tests" >> .mozconfig
./mach build || exit 1
fi
diff --git a/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url
new file mode 100644
index 000000000..f9f55c57d
--- /dev/null
+++ b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.url
@@ -0,0 +1 @@
+https://github.com/eqrion/cbindgen
diff --git a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
index 4ee9abab9..afc9aa5bc 100755
--- a/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
+++ b/source/xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
@@ -283,8 +283,7 @@ fi
# Add the $OPTIONS above to .mozconfig:
for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done
-# Disable tests on standard build:
-echo "ac_add_options --disable-tests" >> .mozconfig
+# Do a standard build:
./mach build || exit 1
./mach buildsymbols || exit 1
DESTDIR=$PKG ./mach install || exit 1