diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-02 01:54:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-02 06:59:45 +0100 |
commit | ffd548b099c715ca0e169b2e33a41933620204e2 (patch) | |
tree | 9d618a9a5e7f6d5e9bfeae0b2f8a799de26703c5 /source/xap/mozilla-firefox | |
parent | 29cb9e3b02f88bf8d8d3abad7aa03f6a74d6fbc0 (diff) | |
download | current-ffd548b099c715ca0e169b2e33a41933620204e2.tar.gz current-ffd548b099c715ca0e169b2e33a41933620204e2.tar.xz |
Wed Mar 2 01:54:23 UTC 202220220302015423
a/lrzip-0.650-x86_64-1.txz: Upgraded.
d/mercurial-6.1-x86_64-1.txz: Upgraded.
l/nodejs-16.14.0-x86_64-1.txz: Added.
Thanks to Audrius Kažukauskas, Ryan P.C. McQuen, and Willy Sudiarto Raharjo
for the slackbuilds.org version of the build script.
Diffstat (limited to 'source/xap/mozilla-firefox')
-rwxr-xr-x | source/xap/mozilla-firefox/build-deps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/mozilla-firefox/build-deps.sh b/source/xap/mozilla-firefox/build-deps.sh index af9d440e2..e70ed7b9d 100755 --- a/source/xap/mozilla-firefox/build-deps.sh +++ b/source/xap/mozilla-firefox/build-deps.sh @@ -36,6 +36,6 @@ if /bin/ls build-deps*.txz 1> /dev/null 2> /dev/null ; then # use prebuilt autoc else # We need to use the incredibly ancient autoconf-2.13 for this :/ ( cd $CWD/build-deps/autoconf ; ./autoconf.build ) || exit 1 - # And node.js... WHY - ( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1 + ## And node.js... WHY + #( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1 fi |