From 135bec19fccffe70a9a180bb4cf8474359b8ead6 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sun, 25 Dec 2022 12:16:42 -0600 Subject: Pull in upstream 'abuild' patch. --- bootstrap | 4 ++-- setup-abuild | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 1f5c723..42db383 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ # Purpose : Bootstraps Adélie from source for any architecture. # Authors : Zach van Rijn # 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 <