diff options
author | Erich Eckner <git@eckner.net> | 2019-01-21 10:32:06 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-21 10:32:06 +0100 |
commit | a634de478da28aad485dc53ded4dc29820a07fcf (patch) | |
tree | 26767d649c828ccefe4c79413a30b6432b3a6b83 /core/autoconf/PKGBUILD | |
parent | d41b00a8072c333400654ec6d5b474ddab510ca1 (diff) | |
download | packages-a634de478da28aad485dc53ded4dc29820a07fcf.tar.xz |
core/autoconf: cleanup old patch
Diffstat (limited to 'core/autoconf/PKGBUILD')
-rw-r--r-- | core/autoconf/PKGBUILD | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/autoconf/PKGBUILD b/core/autoconf/PKGBUILD index 3151fb03..b039d518 100644 --- a/core/autoconf/PKGBUILD +++ b/core/autoconf/PKGBUILD @@ -1,13 +1,3 @@ -# temporarily fix some perl-issue -if [ "${pkgname}-${pkgver}-${pkgrel}" = autoconf-2.69-4 ]; then - eval "$( - declare -f check | \ - sed ' - /^\s*make check$/i export PERL_USE_UNSAFE_INC=1 - ' - )" -fi - # i486-specific if [ "${CARCH}" = "i486" ]; then # testing the go macros requires a running go actually |