commit: c35444070a9fca2903e7f5f94151fea8166bf4fd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 17 04:33:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 17 04:34:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3544407
sys-devel/m4: add links to musl patch Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/m4/files/ppc-musl.patch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-devel/m4/files/ppc-musl.patch b/sys-devel/m4/files/ppc-musl.patch index 6ba37f233591..d7d8255a444a 100644 --- a/sys-devel/m4/files/ppc-musl.patch +++ b/sys-devel/m4/files/ppc-musl.patch @@ -1,3 +1,7 @@ +Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib. + +https://www.openwall.com/lists/musl/2017/11/05/2 +https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch --- a/lib/sigsegv.c +++ b/lib/sigsegv.c @@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;
