summaryrefslogtreecommitdiff
path: root/core/autoconf/PKGBUILD
blob: 1957adf95e1086e7ba95628a5719ba4365f12aed (plain)
1
2
3
4
5
6
7
8
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