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

linux-htc-flounder: add V=1 workaround (MR 5848)

Add a workaround so the kernel compile output is not silent (which leads
to pmbootstrap aborting the build). This will be fixed once upgrading to
linux >= 6.2.

Related: pmaports issue 1990
[ci:skip-build]: already built successfully in CI
parent ae57a82b
No related branches found
No related tags found
1 merge request!5848linux-htc-flounder: add V=1 workaround
Pipeline #210883 passed
# Maintainer: Segfault <awarnecke002@hotmail.com>
pkgname=linux-htc-flounder
pkgver=6.0.0
pkgrel=3
pkgrel=4
pkgdesc="Google Nexus 9 kernel fork"
arch="aarch64"
_carch="arm64"
......@@ -33,8 +33,10 @@ prepare() {
build() {
unset LDFLAGS
# V=1: workaround for pma#1990
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" V=1
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment