[arch-commits] Commit in spamassassin/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 06:42:41 UTC 2017


    Date: Friday, June 2, 2017 @ 06:42:40
  Author: foutrelis
Revision: 297473

Fix build with Perl 5.26

Modified:
  spamassassin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-02 06:41:51 UTC (rev 297472)
+++ PKGBUILD	2017-06-02 06:42:40 UTC (rev 297473)
@@ -51,9 +51,10 @@
   cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
 
   # install module in vendor directories.
+  export PERL_USE_UNSAFE_INC=1
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
       CONTACT_ADDRESS=root at localhost ENABLE_SSL=yes PERL_TAINT=no
-  make 
+  make
 }
 
 check() {



More information about the arch-commits mailing list