testing/linux-sourceparts-pocketpc: work around build timeout (MR 4027)

This commit is contained in:
Luca Weiss 2023-04-23 17:14:21 +02:00
parent bd280119fe
commit a570ee22c2
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

@ -55,10 +55,12 @@ prepare() {
build() {
unset LDFLAGS
# V=1: workaround for pma#1990
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor" \
CFLAGS_MODULE=-fno-pic \
DTC_FLAGS="-@"
DTC_FLAGS="-@" \
V=1
}
package() {