Add required libraries to headers deps

Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/work_items/188
This commit is contained in:
Jan Alexander Steffens (heftig)
2026-04-02 20:16:35 +02:00
parent 6d04559980
commit 87c8e5a3f5
2 changed files with 33 additions and 1 deletions

View File

@@ -11,9 +11,13 @@ arch=(
license=(GPL-2.0-only)
makedepends=(
bc
binutils
cpio
gettext
glibc
libelf
libgcc
openssl
pahole
perl
python
@@ -21,7 +25,10 @@ makedepends=(
rust-bindgen
rust-src
tar
xxhash
xz
zlib
zstd
# htmldocs
graphviz
@@ -140,7 +147,17 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
depends=(pahole)
depends=(
binutils
glibc
libelf
libgcc
openssl
pahole
xxhash
zlib
zstd
)
provides=(LINUX-HEADERS)
cd $_srcname