perl: perlmod: make version apk compatible

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 9dc0ee812d)
This commit is contained in:
Tianling Shen
2024-11-17 20:53:00 +02:00
committed by Hannu Nyman
parent afe1f53891
commit 94a00b8e97

View File

@@ -8,7 +8,7 @@ endif
include $(PERL_INCLUDE_DIR)/perlver.mk
ifneq ($(PKG_NAME),perl)
PKG_VERSION:=$(PKG_VERSION)+perl$(PERL_VERSION2)
PKG_VERSION:=$(PKG_VERSION).$(PERL_VERSION2)
endif
PERL_VERSION:=$(PERL_VERSION2)