Files
ports/devel/chrpath/files/patch-killrpath.c
T
Rodrigo Osorio b590a6d86e devel/chrpath: update to 0.18
Take mantainership and add a test target
2025-02-23 16:27:44 +01:00

15 lines
254 B
C

--- killrpath.c.orig 2025-02-22 12:25:43 UTC
+++ killrpath.c
@@ -37,9 +37,9 @@
killrpath(const char *filename)
{
int fd;
- Elf_Ehdr ehdr;
+ absElf_Ehdr ehdr;
int i;
- Elf_Phdr phdr;
+ absElf_Phdr phdr;
void *dyns;
int dynpos;