Skip to content

Commit 94be8c3

Browse files
committed
build: workaround TLS timeouts in ftp.gnu.org
1 parent 8a718e6 commit 94be8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/sources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PKG_CONFIG_SRC="https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar
55

66
# Source files for qemu
77
FFI_SRC="https://github.com/libffi/libffi/releases/download/v3.5.0/libffi-3.5.0.tar.gz"
8-
ICONV_SRC="https://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz"
9-
GETTEXT_SRC="https://ftp.gnu.org/gnu/gettext/gettext-0.22.5.tar.gz"
8+
ICONV_SRC="http://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz"
9+
GETTEXT_SRC="http://ftp.gnu.org/gnu/gettext/gettext-0.22.5.tar.gz"
1010
PNG_SRC="https://ftp.osuosl.org/pub/blfs/conglomeration/libpng/libpng-1.6.48.tar.xz"
1111
JPEG_TURBO_SRC="https://ftp.osuosl.org/pub/blfs/conglomeration/libjpeg-turbo/libjpeg-turbo-1.5.3.tar.gz"
1212
GLIB_SRC="https://download.gnome.org/sources/glib/2.83/glib-2.83.0.tar.xz"

0 commit comments

Comments
 (0)