From 60734d56ee3ffb08ff1f5c99ee8367f642a2c843 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Fri, 4 Apr 2025 15:37:20 +0200 Subject: [PATCH] perl: drop patch to disable parallel build (#3470) The upstream issue has been resolved: https://github.com/openwrt/packages/issues/8238 --- ...t-build-in-parallel-and-bump-release.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch diff --git a/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch b/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch deleted file mode 100644 index de66e902b..000000000 --- a/patches/packages/packages/0001-perl-don-t-build-in-parallel-and-bump-release.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Martin Weinelt <martin@darmstadt.freifunk.net> -Date: Tue, 8 Feb 2022 21:09:20 +0100 -Subject: perl: don't build in parallel and bump release - -Parallel builds cause spurious build failures with high core counts. - -https://github.com/openwrt/packages/issues/8238 -https://github.com/openwrt/packages/pull/17274 - -diff --git a/lang/perl/Makefile b/lang/perl/Makefile -index 6a6dd5ea86798e7e95e3657a94cca829dbd0924b..a0ffd0e982b59b871e683f745231579404a206c3 100644 ---- a/lang/perl/Makefile -+++ b/lang/perl/Makefile -@@ -27,8 +27,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_NAME)-$(PKG_VERSION) - HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/$(PKG_NAME)-$(PKG_VERSION) - PKG_INSTALL:=1 - PKG_BUILD_DEPENDS:=perl/host --PKG_BUILD_PARALLEL:=1 --HOST_BUILD_PARALLEL:=1 -+PKG_BUILD_PARALLEL:=0 -+HOST_BUILD_PARALLEL:=0 - - # Variables used during configuration/build - HOST_PERL_PREFIX:=$(STAGING_DIR_HOSTPKG)/usr -- GitLab