From 3d84175a0f95b8cd828dbf5a9481ff79b6558940 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Mar 2023 16:42:43 +0100 Subject: [PATCH] linux-postmarketos-exynos4: mention pma#1990 (cosmetic) (MR 3929) Replace the large comment with a shorter one where the issue is getting tracked. --- device/community/linux-postmarketos-exynos4/APKBUILD | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/device/community/linux-postmarketos-exynos4/APKBUILD b/device/community/linux-postmarketos-exynos4/APKBUILD index 76ae42b92..9f25083a7 100644 --- a/device/community/linux-postmarketos-exynos4/APKBUILD +++ b/device/community/linux-postmarketos-exynos4/APKBUILD @@ -71,14 +71,7 @@ prepare() { build() { unset LDFLAGS - # V=1: otherwise it compiles a lot of files silently - # https://builds.sr.ht/~postmarketos/job/948827#task-pmbootstrap_build-463 - # pmbootstrap will kill the build for not printing any output after - # 15 minutes, as usually this means the build is in an infinite loop - # somewhere. Looks like the silent mode in linux' Makefile was - # refactored recently and this is a bug? Can be removed again after - # upgrading the kernel again and ensuring that it doesn't do a silent - # build anymore. + # V=1: workaround for pma#1990 make ARCH="$_carch" CC="${CC:-gcc}" KCFLAGS="-Wno-array-bounds" \ KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \ V=1