From c8e8719ce75120aeba1784b5edbe919b2e5e3dc3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 27 Apr 2023 12:17:07 +0100 Subject: gentoo auto-resync : 27:04:2023 - 12:17:07 --- dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch (limited to 'dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch') diff --git a/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch b/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch new file mode 100644 index 000000000000..fd92c803ac7c --- /dev/null +++ b/dev-util/patchelf/files/patchelf-glibc-dt-mips-xhash.patch @@ -0,0 +1,9 @@ +Add define for DT_MIPS_XHASH (MIPS gnu hash support) using system elf.h header. +Bug: https://bugs.gentoo.org/860888 +--- /dev/null ++++ b/src/elf.h +@@ -0,0 +1,4 @@ ++#include_next ++#ifndef DT_MIPS_XHASH ++#define DT_MIPS_XHASH 0x70000036 ++#endif -- cgit v1.2.3