[arch-commits] Commit in perl-crypt-ssleay/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Jun 2 05:34:52 UTC 2017
Date: Friday, June 2, 2017 @ 05:34:52
Author: foutrelis
Revision: 297402
Fix build with Perl 5.26
Modified:
perl-crypt-ssleay/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-02 05:19:03 UTC (rev 297401)
+++ PKGBUILD 2017-06-02 05:34:52 UTC (rev 297402)
@@ -17,6 +17,7 @@
build() {
cd "${srcdir}/Crypt-SSLeay-${pkgver}"
+ PERL_USE_UNSAFE_INC=1 \
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
More information about the arch-commits
mailing list