diff options
-rwxr-xr-x | bootstrap | 4 | ||||
-rwxr-xr-x | setup-abuild | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,7 @@ # Purpose : Bootstraps Adélie from source for any architecture. # Authors : Zach van Rijn <me@zv.io> # License : MIT -# Revision : 20221220 +# Revision : 20221225 #=============================================================== #=============================================================== @@ -670,7 +670,7 @@ if ! test -f rootfs-${TARGET}-patched.tgz; then ## # Build 'binsub', a string patch tool. # - "${MTOOLS}"/musl/bin/gcc -static -O3 \ + "${MTOOLS}"/musl/bin/gcc -static -O3 \ -o binsub \ "${HERE}"/binsub.c \ ; diff --git a/setup-abuild b/setup-abuild index f6e17d5..97745ed 100755 --- a/setup-abuild +++ b/setup-abuild @@ -100,6 +100,7 @@ test ! -f ._${nbld}-${vbld} && \ git checkout ${vbld}; while read k; do curl -s ${k} | patch -p1 || true; done <<EOF http://ix.io/4ifN +https://git.alpinelinux.org/abuild/patch/abuild.in?id=f263cb9f49f3861f3141c22a74360b06cec7b868 EOF rm -fr x; mkdir x; cd x; export SSL_CFLAGS="-I${DEST}/include"; |