Skip to content
Snippets Groups Projects
Unverified Commit 36b3942c authored by Oliver Smith's avatar Oliver Smith
Browse files

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.
parent ede578e8
Branches
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment