index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/binutils/PKGBUILD | 10 |
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 ' )" |