From 2b3eda724c9fecd4fef4a59c5fd43527f20260e9 Mon Sep 17 00:00:00 2001 From: Mathias-Boulay Date: Mon, 15 Apr 2024 21:18:32 +0200 Subject: [PATCH] Docs: precise why we checkout into a specific commit --- tarjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tarjdk.sh b/tarjdk.sh index b7ecc73..839c8ed 100755 --- a/tarjdk.sh +++ b/tarjdk.sh @@ -7,6 +7,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then unset AR AS CC CXX LD OBJCOPY RANLIB STRIP CPPFLAGS LDFLAGS git clone https://github.com/termux/termux-elf-cleaner || true cd termux-elf-cleaner +# This is the last commit that uses autoconf, newer builds are using cmake git checkout eab198c72a020e883b79f99b70a5aa0243dbf0a8 autoreconf --install bash configure