logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 30237bfadd4412f57042d38fa3e94becccb98512
parent 35e87b436b387b79ce5ef365cd2b0a2426a10085
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  6 May 2025 22:29:54 +0200

extras/tiny-curl.sh: Avoid perl dependency

Diffstat:

Mextras/tiny-curl.sh4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/tiny-curl.sh b/extras/tiny-curl.sh @@ -19,6 +19,10 @@ w q EOF +# Avoids perl dependency +rm -f docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.3 +touch docs/libcurl/libcurl-symbols.md docs/libcurl/libcurl-symbols.3 + ./configure --prefix=/usr --with-bearssl --with-ca-bundle=/usr/share/cacert/cert.pem "$MAKE" RANLIB=true "$MAKE" install INSTALL=install