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