From: Josef Schlehofer Date: Sat, 19 Jul 2025 12:38:41 +0000 (+0200) Subject: perl-html-parser: add perl/host to HOST_BUILD_DEPENDS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7e19f2b331ac413ac4f58851c345a6dc1f79021e;p=openwrt-packages.git perl-html-parser: add perl/host to HOST_BUILD_DEPENDS Added `perl/host` to the `HOST_BUILD_DEPENDS` variable to ensure Perl is available during the host build process. This is required for scripts or tools that rely on Perl on the host system. Fixes: ebfb47aa7448d46f950164e9d5835da5151182b1 ("perl-html-parser: restructure and update to 3.83") Signed-off-by: Josef Schlehofer --- diff --git a/lang/perl/perl-html-parser/Makefile b/lang/perl/perl-html-parser/Makefile index 17df086f2..8de55276a 100644 --- a/lang/perl/perl-html-parser/Makefile +++ b/lang/perl/perl-html-parser/Makefile @@ -12,6 +12,8 @@ PKG_MAINTAINER:=Jens Wagner PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE +HOST_BUILD_DEPENDS:=perl/host + include ../metacpan.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk