Skip to content

Commit

Permalink
BUG: go back to patchelf 0.9 as patchelf > 0.10 corrupts ELFs with lo…
Browse files Browse the repository at this point in the history
…t of XXXX (NixOS/patchelf#45)
  • Loading branch information
Cédric Traizet committed Aug 4, 2021
1 parent 472d7b5 commit 3d2e92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packaging/External_patchelf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ set(PATCHELF_ENV_COMMAND env CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} CX

ExternalProject_Add(PATCHELF
PREFIX "${PATCHELF_PREFIX_DIR}"
URL "https://github.com/NixOS/patchelf/archive/refs/tags/0.12.tar.gz"
URL_MD5 b9d1161e52e2f342598deabf7d85ed24
URL "http://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2"
URL_MD5 d02687629c7e1698a486a93a0d607947
DOWNLOAD_DIR "${DOWNLOAD_LOCATION}"
SOURCE_DIR "${PATCHELF_SOURCE_DIR}"
BINARY_DIR "${PATCHELF_SOURCE_DIR}"
Expand Down

0 comments on commit 3d2e92f

Please sign in to comment.