Skip to content

Commit 39d8a72

Browse files
committed
change download url
1 parent a4cf432 commit 39d8a72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ fi
239239
##
240240

241241
if build "m4"; then
242-
download "https://ftpmirror.gnu.org/m4/m4-1.4.18.tar.xz"
242+
download "https://ftp.gnu.org/gnu/m4/m4-1.4.18.tar.xz"
243243
# https://lists.gnu.org/archive/html/bug-m4/2018-08/msg00000.html
244244
# No new version of M4 has been released, so a patch has been applied.
245245
execute curl -sLJO https://github.com/easybuilders/easybuild-easyconfigs/raw/master/easybuild/easyconfigs/m/M4/M4-1.4.18_glibc_2.28.patch
@@ -251,23 +251,23 @@ if build "m4"; then
251251
fi
252252

253253
if build "autoconf"; then
254-
download "https://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.xz"
254+
download "https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz"
255255
execute ./configure --prefix="${WORKSPACE}"
256256
execute make -j $MJOBS
257257
execute make install
258258
build_done "autoconf"
259259
fi
260260

261261
if build "automake"; then
262-
download "https://ftpmirror.gnu.org/automake/automake-1.16.tar.xz"
262+
download "https://ftp.gnu.org/gnu/automake/automake-1.16.tar.xz"
263263
execute ./configure --prefix="${WORKSPACE}"
264264
execute make -j $MJOBS
265265
execute make install
266266
build_done "automake"
267267
fi
268268

269269
if build "libtool"; then
270-
download "https://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz"
270+
download "https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz"
271271
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
272272
execute make -j $MJOBS
273273
execute make install

0 commit comments

Comments
 (0)