linux-google-nyan: add V=1 (MR 3929)
This commit is contained in:
parent
3d84175a0f
commit
de730c2b56
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Co-Maintainer: Segfault <awarnecke002@hotmail.com>
|
# Co-Maintainer: Segfault <awarnecke002@hotmail.com>
|
||||||
pkgname=linux-google-nyan
|
pkgname=linux-google-nyan
|
||||||
pkgver=5.18.5
|
pkgver=5.18.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Mainline kernel fork for Google Nyan Chromebooks"
|
pkgdesc="Mainline kernel fork for Google Nyan Chromebooks"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
_carch="arm"
|
_carch="arm"
|
||||||
|
@ -48,8 +48,9 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
|
# V=1: workaround for pma#1990
|
||||||
make ARCH="$_carch" CC="${CC:-gcc}" \
|
make ARCH="$_carch" CC="${CC:-gcc}" \
|
||||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" V=1
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue