mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
common/environment/build-style/void-cross.sh: add distfiles fallback
Try the distfiles mirror in case the gcc snapshot has expired.
This commit is contained in:
parent
2a265ac724
commit
281956f4eb
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# Snapshot tarballs get removed after over a year, we can archive the ones we need in distfiles.
|
||||
case "$XBPS_DISTFILES_FALLBACK" in
|
||||
*"repo-default.voidlinux.org/distfiles"*) ;;
|
||||
*) XBPS_DISTFILES_FALLBACK+=" https://repo-default.voidlinux.org/distfiles" ;;
|
||||
esac
|
||||
|
||||
lib32disabled=yes
|
||||
nopie=yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue