diff --git a/lang/perl/Makefile b/lang/perl/Makefile index 6a6dd5ea86..ffbfaba3b3 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -11,7 +11,7 @@ include perlver.mk PKG_NAME:=perl PKG_VERSION:=$(PERL_VERSION) -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=https://www.cpan.org/src/5.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/lang/perl/files/architecture.config b/lang/perl/files/architecture.config index cc972816cb..4bd8ed615d 100644 --- a/lang/perl/files/architecture.config +++ b/lang/perl/files/architecture.config @@ -33,6 +33,7 @@ alignbytes='8' use64bitall='undef' use64bitint='undef' + u32uformat='"lu"' uidformat='"lu"' gidformat='"lu"' @@ -83,6 +84,7 @@ alignbytes='8' sizesize='8' + u32uformat='"u"' uidformat='"u"' gidformat='"u"'