generated from archlinux/template
Add required libraries to headers deps
Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/work_items/188
This commit is contained in:
19
PKGBUILD
19
PKGBUILD
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user