Skip to content

Commit

Permalink
Bump patchelf from 0.13.1 -> 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 14, 2024
1 parent 14821db commit 759ef00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cpython-unix/build-patchelf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PATH=/tools/${TOOLCHAIN}/bin:/tools/host/bin:$PATH

tar -xf patchelf-${PATCHELF_VERSION}.tar.bz2

pushd patchelf-0.13.1.20211127.72b6d44
pushd patchelf-0.18.0

CC="${HOST_CC}" CXX="${HOST_CXX}" CFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_HOST_CFLAGS} -fPIC" \
./configure \
Expand Down
8 changes: 4 additions & 4 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@
"version": "2.11.06",
},
"patchelf": {
"url": "https://github.com/NixOS/patchelf/releases/download/0.13.1/patchelf-0.13.1.tar.bz2",
"size": 173598,
"sha256": "39e8aeccd7495d54df094d2b4a7c08010ff7777036faaf24f28e07777d1598e2",
"version": "0.13.1",
"url": "https://github.com/NixOS/patchelf/releases/download/0.17.2/patchelf-0.17.2.tar.bz2",
"size": 203060,
"sha256": "bae2ea376072e422c196218dd9bdef0548ccc08da4de9f36b4672df84ea2d8e2",
"version": "0.17.2",
},
"pip": {
"url": "https://files.pythonhosted.org/packages/e7/54/0c1c068542cee73d8863336e974fc881e608d0170f3af15d0c0f28644531/pip-24.1.2-py3-none-any.whl",
Expand Down

0 comments on commit 759ef00

Please sign in to comment.