Skip to content

Commit 8c014d7

Browse files
committed
LIBJPEG: Switch source for config.sub to Github as Savannah down
1 parent 8192d60 commit 8c014d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/libjpeg/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PKGHASH=7079f0d6c42fad0cfba382cf6ad322add1ace8f9
44
package_download $PKGURL $PKGHASH
55

66
cp $SYS_ROOT/config.guess .
7-
veval "wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'"
7+
veval "wget -O config.sub 'https://raw.githubusercontent.com/gcc-mirror/gcc/refs/heads/master/config.sub'"
88

99
package_patch
1010

0 commit comments

Comments
 (0)