From 1adcdb5e2d2356c9ad8042519352541326feb9c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 13 May 2023 19:26:26 +0200 Subject: [PATCH] linux6.2: fix on 32-bit --- srcpkgs/linux6.2/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/linux6.2/template b/srcpkgs/linux6.2/template index 970ce644770..c9899d2cbd5 100644 --- a/srcpkgs/linux6.2/template +++ b/srcpkgs/linux6.2/template @@ -51,6 +51,9 @@ export KBUILD_BUILD_TIMESTAMP=$(LC_ALL=C date -ud @${SOURCE_DATE_EPOCH:-0}) export KBUILD_BUILD_USER=voidlinux export KBUILD_BUILD_HOST=voidlinux +# 64-bit inodes in fixdep +export HOST_EXTRACFLAGS="-D_FILE_OFFSET_BITS=64" + if [ "$CROSS_BUILD" ]; then _cross="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-" fi