Skip to content

Commit

Permalink
add patch to GCCcore 13.2.0 and 13.3.0 version of patchelf-0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Oct 16, 2024
1 parent 40d2488 commit ccc2f4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://github.com/NixOS/patchelf/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7']
patches = ['patchelf-0.18.0_fix-alignment.patch']
checksums = [
{'0.18.0.tar.gz': '1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7'},
{'patchelf-0.18.0_fix-alignment.patch': '87936627643b2212e8261b0f3d5905f12d0fc91f73503e12124f93ff972e0a03'},
]

builddependencies = [
('binutils', '2.40'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://github.com/NixOS/patchelf/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7']
patches = ['patchelf-0.18.0_fix-alignment.patch']
checksums = [
{'0.18.0.tar.gz': '1451d01ee3a21100340aed867d0b799f46f0b1749680028d38c3f5d0128fb8a7'},
{'patchelf-0.18.0_fix-alignment.patch': '87936627643b2212e8261b0f3d5905f12d0fc91f73503e12124f93ff972e0a03'},
]

builddependencies = [
('binutils', '2.42'),
Expand Down

0 comments on commit ccc2f4f

Please sign in to comment.