1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:27:35 +00:00

Ports: Replace the gsl config.sub patch with our download

This commit is contained in:
Tim Schumacher 2022-05-25 22:20:15 +02:00 committed by Linus Groh
parent aa18adc43f
commit 7ceccb7b82
4 changed files with 3 additions and 52 deletions

View file

@ -8,3 +8,4 @@ https://ftp.gnu.org/gnu/gsl/gsl-${version}.tar.gz.sig gsl-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type=sig
auth_opts=("--keyring" "./gnu-keyring.gpg" "gsl-${version}.tar.gz.sig")
use_fresh_config_sub=true