From bffd80667878e13a7987b86e548c963e075968cc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 May 2018 08:25:38 +0200 Subject: core/binutils: removed elf32 patch, glibc build still segfaults --- core/binutils/PKGBUILD | 13 ------------- core/binutils/elf32_hppa_static_pie.patch | Bin 721 -> 0 bytes 2 files changed, 13 deletions(-) delete mode 100644 core/binutils/elf32_hppa_static_pie.patch 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" - ' -)" diff --git a/core/binutils/elf32_hppa_static_pie.patch b/core/binutils/elf32_hppa_static_pie.patch deleted file mode 100644 index df6a53dd..00000000 Binary files a/core/binutils/elf32_hppa_static_pie.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf