[arch-commits] Commit in perl-xml-atom/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:37:52 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:37:51
  Author: bluewind
Revision: 232544

fix build with perl 5.26

Modified:
  perl-xml-atom/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 18:37:37 UTC (rev 232543)
+++ PKGBUILD	2017-06-01 18:37:51 UTC (rev 232544)
@@ -17,7 +17,7 @@
 build() {
   cd  "$srcdir"/XML-Atom-$pkgver
   sed -i "s|recommends('LWP::Authen::Wsse'),||g" Makefile.PL
-  perl Makefile.PL INSTALLDIRS=vendor
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 



More information about the arch-commits mailing list