mozjs: Change autoconf download url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-12-26 12:53:00 +07:00
parent 46ca4bcee7
commit 90c4d19aed
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -66,7 +66,7 @@ mkdir -p $TMP $PKG $OUTPUT $PKG/usr/lib${LIBDIRSUFFIX}
# We need to use the incredibly ancient autoconf-2.13 for this :/
(
cd $CWD/autoconf
wget -c http://slackware.osuosl.org/slackware64-14.2/patches/source/mozilla-firefox/autoconf/autoconf-2.13.tar.xz
wget -c https://notabug.org/skaendo/HackBuilds/raw/current/mozjs52/autoconf/autoconf-2.13.tar.xz
./autoconf.build
)
PATH=$TMP/autoconf-tmp/usr/bin:$PATH