From fbf32415f778e36a343d7d9bd62e71023c0a7fda Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 5 May 2019 13:09:27 +0200 Subject: [PATCH] Point to https://github.com/NixOS/patchelf/issues/124 [ci skip] --- tests/tests-environment.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests-environment.sh b/tests/tests-environment.sh index c71a7ef..ce7c706 100755 --- a/tests/tests-environment.sh +++ b/tests/tests-environment.sh @@ -9,6 +9,7 @@ wget https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb echo "5d506507df7c02766ae6c3ca0d15b4234f4cb79a80799190ded9d3ca0ac28c0c patchelf_0.8-2_amd64.deb" | sha256sum -c sudo dpkg -i patchelf_0.8-2_amd64.deb # We want a newer patchelf since the one above is missing e.g., '--add-needed' which our users might want to use +# However, the newer patchelf versions are broken and cripple, e.g., libQt5Core; see https://github.com/NixOS/patchelf/issues/124 # git clone -o e1e39f3 https://github.com/NixOS/patchelf # cd patchelf # bash ./bootstrap.sh