01f3d0efac
- file-5.13-whitespace.patch: remove extra whitespace in ELF magic, breaks libtool OBS-URL: https://build.opensuse.org/request/show/176585 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=77
17 lines
510 B
Diff
17 lines
510 B
Diff
Index: file-5.14/magic/Magdir/elf
|
|
===================================================================
|
|
--- file-5.14.orig/magic/Magdir/elf
|
|
+++ file-5.14/magic/Magdir/elf
|
|
@@ -189,9 +189,9 @@
|
|
>4 byte 1 32-bit
|
|
>4 byte 2 64-bit
|
|
>5 byte 0 invalid byte order
|
|
->5 byte 1 LSB
|
|
+>5 byte 1 LSB
|
|
>>0 use elf-le
|
|
->5 byte 2 MSB
|
|
+>5 byte 2 MSB
|
|
>>0 use \^elf-le
|
|
# Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
|
|
# like proper ELF, but extracting the string had bad results.
|