Commit b2d3c57
Do not download config scripts during libsodium autogen
libsodium's autogen.sh fetches config.guess/config.sub from
git.savannah.gnu.org with curl -sL but no -f, so a server error (e.g.
502) is silently written into build-aux/config.sub and configure later
dies with 'cannot run /bin/sh ./build-aux/config.sub'. The scripts
autoreconf installs are recent enough for every platform we build on,
so opt out of the download via DO_NOT_UPDATE_CONFIG_SCRIPTS to keep
the build hermetic.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 3dcb996 commit b2d3c57
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments