summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-06-28 08:27:40 +0000
committerjperkin <jperkin@pkgsrc.org>2017-06-28 08:27:40 +0000
commit7e3d919d4969a7bb5197d6d08587b1161b26491a (patch)
treed011f68354a15789611da55586d45914f9a0dfa0 /security
parentfc83f6a2a0b09b0e532b75470b37ce4d22c90f68 (diff)
downloadpkgsrc-7e3d919d4969a7bb5197d6d08587b1161b26491a.tar.gz
These packages all require the PERL_USE_UNSAFE_INC hack.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DH/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile
index ce1d3b45bdf..f884fefcee8 100644
--- a/security/p5-Crypt-DH/Makefile
+++ b/security/p5-Crypt-DH/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/06/05 14:24:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2017/06/28 08:27:44 jperkin Exp $
DISTNAME= Crypt-DH-0.07
PKGNAME= p5-${DISTNAME}
@@ -20,5 +20,7 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Crypt/DH/.packlist
MAKE_PARAMS+= --skipdeps
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"