diff options
author | 2021-11-07 06:47:23 +0000 | |
---|---|---|
committer | 2021-11-07 06:47:23 +0000 | |
commit | b53bb3b14ff55d4f733cf1d68fa999bbd1a781f8 (patch) | |
tree | 23895b6d7e764fa9310d59301c4266ba07a15dbf /dev-libs/elfutils | |
parent | dev-libs/elfutils: add musl support (diff) | |
download | gentoo-b53bb3b14ff55d4f733cf1d68fa999bbd1a781f8.tar.gz gentoo-b53bb3b14ff55d4f733cf1d68fa999bbd1a781f8.tar.bz2 gentoo-b53bb3b14ff55d4f733cf1d68fa999bbd1a781f8.zip |
dev-libs/elfutils: add more metadata/information to musl patches
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
3 files changed, 7 insertions, 18 deletions
diff --git a/dev-libs/elfutils/files/musl/elfutils-0.185-error-h.patch b/dev-libs/elfutils/files/musl/elfutils-0.185-error-h.patch index b9ee9b6e35ab..2be63fca48df 100644 --- a/dev-libs/elfutils/files/musl/elfutils-0.185-error-h.patch +++ b/dev-libs/elfutils/files/musl/elfutils-0.185-error-h.patch @@ -1,20 +1,11 @@ +Should be obsolete with the next release (0.186?). + https://raw.githubusercontent.com/gentoo/musl/master/dev-libs/elfutils/files/0.178/musl-error_h.patch +https://sourceware.org/bugzilla/show_bug.cgi?id=21008 -From 9cb8fad40329cc6445233af0b6ac3f2adde19c65 Mon Sep 17 00:00:00 2001 -From: Date: Thu, 12 Dec 2019 22:00:47 -0600 Subject: [PATCH 9/9] Add hacked up error header for non GLIBC machines ---- - lib/error.h | 27 +++++++++++++++++++++++++++ - src/error.h | 27 +++++++++++++++++++++++++++ - 2 files changed, 54 insertions(+) - create mode 100644 lib/error.h - create mode 100644 src/error.h - -diff --git a/lib/error.h b/lib/error.h -new file mode 100644 -index 0000000..ef06827 --- /dev/null +++ b/lib/error.h @@ -0,0 +1,27 @@ @@ -45,9 +36,6 @@ index 0000000..ef06827 +} + +#endif /* _ERROR_H_ */ -diff --git a/src/error.h b/src/error.h -new file mode 100644 -index 0000000..ef06827 --- /dev/null +++ b/src/error.h @@ -0,0 +1,27 @@ @@ -78,6 +66,3 @@ index 0000000..ef06827 +} + +#endif /* _ERROR_H_ */ --- -2.24.1 - diff --git a/dev-libs/elfutils/files/musl/elfutils-0.185-macros.patch b/dev-libs/elfutils/files/musl/elfutils-0.185-macros.patch index 3dbfdb6f7b31..6ab2e96548bd 100644 --- a/dev-libs/elfutils/files/musl/elfutils-0.185-macros.patch +++ b/dev-libs/elfutils/files/musl/elfutils-0.185-macros.patch @@ -1,3 +1,5 @@ +May not be required (or at least some hunks) with next release (0.186?) + https://git.alpinelinux.org/aports/plain/main/elfutils/musl-macros.patch --- a/src/arlib.h +++ b/src/arlib.h diff --git a/dev-libs/elfutils/files/musl/elfutils-0.185-strndupa.patch b/dev-libs/elfutils/files/musl/elfutils-0.185-strndupa.patch index 4175e28fd62f..030bc779c614 100644 --- a/dev-libs/elfutils/files/musl/elfutils-0.185-strndupa.patch +++ b/dev-libs/elfutils/files/musl/elfutils-0.185-strndupa.patch @@ -1,3 +1,5 @@ +Should be fixed in next release (0.186?). + https://sourceware.org/git/?p=elfutils.git;a=commit;h=e7e4c92650892cf67210be5ea89ffba967427cbf https://git.alpinelinux.org/aports/plain/main/elfutils/musl-strndupa.patch --- a/src/unstrip.c |