From eb7cc51023fd1cd1600e066792f1102f267d918f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 6 Jun 2018 20:24:20 +0200 Subject: core/binutils: redone glibc segfault patch (avoiding collision with 0004 gold patch from upstream) --- core/binutils/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'core/binutils/PKGBUILD') diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index abd0a995..a3f00f0f 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -11,15 +11,17 @@ eval "$( # this patch was done by diffing the branch against the tag and removing # some conflicts, also 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch # needs disabling because it has already been cherry-picked into the branch. -# cherry-picking onlt the fix for P23194 leads to assertion violations in +# cherry-picking onlt the fiy for P23194 leads to assertion violations in # the GOT, so this was not done. -source+=(binutils-2.30-branch.patch) -md5sums+=('a5ba9fc9de327b2eff071e19429c6e67') +# also conflicted with parts of the gold ld patch 0004-PR22868, eliminated +# conflicts by picking only the necessary things.. +source+=(binutils-2.30-glibc-segfault.patch) +md5sums+=('e384a80d85b645c41d05eaae1a81dc03') eval "$( declare -f prepare | \ sed ' s/.*0003-PR22836/#\0/ - /0003-PR22836/a patch -p1 -i ${srcdir}/binutils-2.30-branch.patch + /0004-PR22868/a patch -p1 -i ${srcdir}/binutils-2.30-glibc-segfault.patch ' )" -- cgit v1.2.3-54-g00ecf