From 185a17c8101e23c6125bf8ef9ef46d4012996670 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 15 Jun 2022 13:35:46 +0800 Subject: [PATCH] Fixes #167 - Bump patchelf version to 0.14.5 --- ci/build-static-patchelf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-static-patchelf.sh b/ci/build-static-patchelf.sh index b685bb0..c2ad577 100755 --- a/ci/build-static-patchelf.sh +++ b/ci/build-static-patchelf.sh @@ -47,7 +47,7 @@ pushd "$BUILD_DIR" git clone https://github.com/NixOS/patchelf.git . # cannot use -b since it's not supported in really old versions of git -git checkout 0.8 +git checkout 0.14.5 # prepare configure script ./bootstrap.sh