mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
manibuilder: Make curl follow redirects
The wiki is moving around, and the URLs are probably not final. Until the download locations can be nailed down to their final location, tell curl to follow HTTP redirects. Change-Id: I52f1c786a376f5c7394fa5bffc689e58f8691c75 Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
parent
d3f9c258db
commit
ba29ab1e57
@ -14,14 +14,14 @@ RUN cd && \
|
||||
git clone https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git && \
|
||||
cd pciutils && \
|
||||
git checkout v3.5.6 && \
|
||||
curl --insecure https://flashrom.org/images/6/6a/Pciutils-3.5.6.patch.gz | zcat | git apply && \
|
||||
curl -L --insecure https://flashrom.org/images/6/6a/Pciutils-3.5.6.patch.gz | zcat | git apply && \
|
||||
make ZLIB=no DNS=no HOST=i386-djgpp-djgpp \
|
||||
CROSS_COMPILE=i586-pc-msdosdjgpp- \
|
||||
PREFIX=/ DESTDIR=$PWD/../ \
|
||||
STRIP="--strip-program=i586-pc-msdosdjgpp-strip -s" \
|
||||
install install-lib && \
|
||||
cd ../ && \
|
||||
curl --insecure https://flashrom.org/images/3/3d/Libgetopt.tar.gz | zcat | tar x && \
|
||||
curl -L --insecure https://flashrom.org/images/3/3d/Libgetopt.tar.gz | zcat | tar x && \
|
||||
cd libgetopt && \
|
||||
make && cp libgetopt.a ../lib/ && cp getopt.h ../include/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user