summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/autoconf/PKGBUILD10
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