There were some type definitions missing in architecture.config,
that caused perl to return '%' instead of actual line numbers.
Fixes: https://github.com/openwrt/packages/issues/25912
Signed-off-by: Jens Wagner <redacted>
PKG_NAME:=perl
PKG_VERSION:=$(PERL_VERSION)
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE_URL:=https://www.cpan.org/src/5.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
use64bitall='undef'
use64bitint='undef'
+ u32uformat='"lu"'
uidformat='"lu"'
gidformat='"lu"'
sizesize='8'
+ u32uformat='"u"'
uidformat='"u"'
gidformat='"u"'