diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-09-27 00:35:47 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-09-27 01:58:57 -0500 |
commit | 9797d4119d5de6cb4db1aec928a79038dc3f066b (patch) | |
tree | 6705a5b2862545057d213f5240caa34f2c987757 /resources/scripts/helpers/download | |
parent | d703e4281944d69acab53accec11abe605e17897 (diff) | |
download | librebootfr-9797d4119d5de6cb4db1aec928a79038dc3f066b.tar.gz librebootfr-9797d4119d5de6cb4db1aec928a79038dc3f066b.zip |
Update URI pointing to libelf v0.8.13
The mirror for the version of libelf needed is down, preventing
crossgcc from being built using the old build system.
Resolves issues #664, #672
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/crossgcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/crossgcc b/resources/scripts/helpers/download/crossgcc index 54f55439..5469c866 100755 --- a/resources/scripts/helpers/download/crossgcc +++ b/resources/scripts/helpers/download/crossgcc @@ -49,6 +49,8 @@ rm -Rf "crossgcc/" # workaround to fix the error on debian stretch and later, when building # GMP. If -pie is enabled in GCC, then --with-pic must be used when compiling git am ../resources/libreboot/patch/crossgcc/gccfix.diff + # Update URI pointing to the version of libelf we need + git am ../resources/libreboot/patch/crossgcc/libelf.patch #Patch to add hash checking to buildgcc git apply ../resources/libreboot/patch/crossgcc/buildgcc_hash_patch.diff rm -Rf .git* */*/.git* |