perl: fix missing line numbers in error messages

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 <jens@wagner2013.de>
(cherry picked from commit 95b7bf91a7)
This commit is contained in:
Jens Wagner
2026-05-15 18:00:06 +02:00
committed by Josef Schlehofer
parent 899590b0fa
commit 915530a093
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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"'