Files
klara-ports/archivers/rpm4/files/patch-tools_elfdeps.c

12 lines
309 B
C

--- tools/elfdeps.c.orig 2023-01-16 16:44:45 UTC
+++ tools/elfdeps.c
@@ -84,7 +84,7 @@
if (ehdr->e_ident[EI_CLASS] == ELFCLASS64) {
switch (ehdr->e_machine) {
case EM_ALPHA:
- case EM_FAKE_ALPHA:
+ case EM_ALPHA_STD:
/* alpha doesn't traditionally have 64bit markers */
break;
default: