Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[build]
type = "autotools"
[build.flags]
skip_tests = true
[dependencies]
runtime = [
"libcxx",
"glibc",
"libunwind",
]
[package]
description = "Small utility to modify the dynamic linker and RPATH of ELF executables"
homepage = "https://nixos.org/patchelf.html"
license = "GPL-3.0-or-later"
name = "patchelf"
version = "0.18.0"
[[source]]
extract_dir = "$name-$version"
post_extract = ["autoreconf -fiv"]
url = "https://github.com/NixOS/patchelf.git#$version"
cherry_pick = [ "0e338941fc730c1e7080ca04fc1ee18b9ae2854b" ]