index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-19 06:51:30 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-19 06:51:30 +0100 |
commit | 61baf11ffbc678854d924f87abee1a0ac000d16f (patch) | |
tree | bdb244d640861d1097f42a3844423e7b58f99bd9 /core | |
parent | ca893b2a532c1cc9f490353fad8ae95c9f9f8b09 (diff) |
-rw-r--r-- | core/binutils/PKGBUILD | 14 |
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index c0177c21..cb50cb61 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -77,17 +77,3 @@ eval "$( s/ check/ check || true/ ' )" - -# solve hen and egg issues around libiberty conflicts -# (they are part of gcc at the moment, after breaking the -# cycle we must readd them!) -eval "$( - declare -f package | \ - sed ' - /rm.*opcodes/ a \ - rm -rf "$pkgdir"/usr/include/libiberty \ - rm -rf "$pkgdir"/usr/lib/libiberty.a - ' -)" -# no testing for now -unset check |