linux-postmarketos-qcom-msm8998: V=1 workaround (MR 5461)

Until this kernel is upgraded to >= 6.2, we need V=1 to work around
silent make output leading to failing builds.
This commit is contained in:
Oliver Smith 2024-08-04 17:04:05 +02:00
parent ede578e8bf
commit 36b3942c47
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB

View File

@ -4,7 +4,7 @@
_flavor="postmarketos-qcom-msm8998"
pkgname=linux-$_flavor
pkgver=6.0
pkgrel=1
pkgrel=2
_commit="90169e6e9fee29fae14aeac0a905246be5ce6304"
pkgdesc="Mainline Kernel fork for MSM8998 devices"
arch="aarch64"
@ -41,8 +41,9 @@ prepare() {
build() {
unset LDFLAGS
# V=1: workaround for pma#1990, remove after upgrading to >= 6.2
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1))-$_flavor"
KBUILD_BUILD_VERSION="$((pkgrel + 1))-$_flavor" V=1
}
package() {