mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
committed by
Josef Schlehofer
parent
899590b0fa
commit
915530a093
+1
-1
@@ -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
|
||||
|
||||
@@ -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"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user