index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-13 08:25:38 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-13 08:25:38 +0200 |
commit | bffd80667878e13a7987b86e548c963e075968cc (patch) | |
tree | 5f03fe2b747d52d8c22d3f729f8d8b803caeb4e0 /core/binutils/PKGBUILD | |
parent | aa25476ddd62d0858b9b9db89df901089e3d024b (diff) |
-rw-r--r-- | core/binutils/PKGBUILD | 13 |
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" - ' -)" |