index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/autoconf/PKGBUILD | 10 |
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 |