We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8192d60 commit 8c014d7Copy full SHA for 8c014d7
libraries/libjpeg/make.sh
@@ -4,7 +4,7 @@ PKGHASH=7079f0d6c42fad0cfba382cf6ad322add1ace8f9
4
package_download $PKGURL $PKGHASH
5
6
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'"
+veval "wget -O config.sub 'https://raw.githubusercontent.com/gcc-mirror/gcc/refs/heads/master/config.sub'"
8
9
package_patch
10
0 commit comments