Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/binutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/binutils/PKGBUILD')
-rw-r--r--core/binutils/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD
index 469392fc..35c2db26 100644
--- a/core/binutils/PKGBUILD
+++ b/core/binutils/PKGBUILD
@@ -4,16 +4,3 @@ eval "$(
s/--enable/--enable-64-bit-bfd \0/
'
)"
-
-# see https://sourceware.org/bugzilla/show_bug.cgi?id=22537
-# linking segfault in glibc
-
-source+=(elf32_hppa_static_pie.patch)
-md5sums+=('68e3ce93b66ddec6c36b5146df1ed713')
-
-eval "$(
- declare -f prepare | \
- sed '
- /}/i patch -p1 -i "$srcdir/elf32_hppa_static_pie.patch"
- '
-)"