1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2025-07-22 11:37:12 +00:00

update makedeps

This commit is contained in:
xiota
2025-03-15 01:21:07 +00:00
parent cb6d92e2af
commit 990a6fc93f
2 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ pkgbase = linux-vfio
makedepends = bc makedepends = bc
makedepends = cpio makedepends = cpio
makedepends = gettext makedepends = gettext
makedepends = git
makedepends = libelf makedepends = libelf
makedepends = pahole makedepends = pahole
makedepends = perl makedepends = perl
@@ -26,7 +27,7 @@ pkgbase = linux-vfio
options = !strip options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.7.tar.xz source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.7.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.7.tar.sign source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.13.7.tar.sign
source = config-6.13.7::https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/main/config source = config-6.13.7::https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/6.13.7.arch1-1/config
source = 1001-6.13.0-add-acs-overrides.patch source = 1001-6.13.0-add-acs-overrides.patch
source = 1002-6.13.0-i915-vga-arbiter.patch source = 1002-6.13.0-i915-vga-arbiter.patch
source = https://github.com/archlinux/linux/releases/download/v6.13.7-arch1/linux-v6.13.7-arch1.patch.zst source = https://github.com/archlinux/linux/releases/download/v6.13.7-arch1/linux-v6.13.7-arch1.patch.zst

View File

@@ -37,6 +37,7 @@ makedepends=(
bc bc
cpio cpio
gettext gettext
git
libelf libelf
pahole pahole
perl perl
@@ -128,7 +129,7 @@ if [[ ${_build_clang::1} == "t" ]]; then
fi fi
if [[ ${_build_level::1} =~ ^[2-4]$ ]]; then if [[ ${_build_level::1} =~ ^[2-4]$ ]]; then
export KCFLAGS="-march=x86-64-v${_build_level::1} -mtune=generic -O3" export KCFLAGS="-march=x86-64-v${_build_level::1} -O3"
fi fi
export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_HOST=archlinux