Skip to content

Commit 151f6df

Browse files
committed
Tools: Fix urls to new config.guess/sub
Looks like savannah deprecated the `git` subdomain in favor of `gitweb`, and is having server stability issues. Update the subdomain of the urls for newer config.sub and config.guess files to use a github gist instead.
1 parent ad61e67 commit 151f6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/install_db4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ patch dist/configure < bigsur.patch
8686
# The packaged config.guess and config.sub are ancient (2009) and can cause build issues.
8787
# Replace them with modern versions.
8888
# See https://github.com/bitcoin/bitcoin/issues/16064
89-
CONFIG_GUESS_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=00b15927496058d23e6258a28d8996f87cf1f191'
89+
CONFIG_GUESS_URL='https://gist.githubusercontent.com/Fuzzbawls/8b1a7c9d094e3dcb3295cf7c56e35bc5/raw/e357876828a4e2f263b184bc7cb7ea2322b540a9/config.guess'
9090
CONFIG_GUESS_HASH='e3d148130e9151735f8b9a8e69a70d06890ece51468a9762eb7ac0feddddcc2f'
91-
CONFIG_SUB_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=00b15927496058d23e6258a28d8996f87cf1f191'
91+
CONFIG_SUB_URL='https://gist.githubusercontent.com/Fuzzbawls/db174c45f41e77862184ff05f8055942/raw/9c3965804b7376ec371a4cbfc851be96f3f38a3d/config.sub'
9292
CONFIG_SUB_HASH='11c54f55c3ac99e5d2c3dc2bb0bcccbf69f8223cc68f6b2438daa806cf0d16d8'
9393

9494
rm -f "dist/config.guess"

0 commit comments

Comments
 (0)