From 4cc173e6a698f178b221b8eeb22c2dc1bf05d1d0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 17 Aug 2018 06:00:37 -0300 Subject: [PATCH] perl: fix locale with musl (triggers rebuild) resolves void-linux/void-packages#1798 [ci skip] --- srcpkgs/perl/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index c36f4d92711..1ff9bfa6990 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -1,7 +1,7 @@ # Template file for 'perl' pkgname=perl version=5.28.0 -revision=1 +revision=2 _perl_cross_version=1.2 build_style=gnu-configure hostmakedepends="less" @@ -179,6 +179,7 @@ do_configure() { export HOSTCFLAGS HOSTLDFLAGS+=" -pthread" export HOSTLDFLAGS + CFLAGS+=" -DNO_POSIX_2008_LOCALE" CFLAGS+=" -D_GNU_SOURCE";; esac