summaryrefslogtreecommitdiff
path: root/core/autoconf
diff options
context:
space:
mode:
Diffstat (limited to 'core/autoconf')
-rw-r--r--core/autoconf/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/autoconf/PKGBUILD b/core/autoconf/PKGBUILD
new file mode 100644
index 00000000..1957adf9
--- /dev/null
+++ b/core/autoconf/PKGBUILD
@@ -0,0 +1,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