Update makedepens

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Gorski 2024-09-12 10:26:38 +02:00
parent e786272382
commit 6f2f0383a3
No known key found for this signature in database
GPG key ID: 79AFA05ABDB26C5A
2 changed files with 7 additions and 15 deletions

View file

@ -6,19 +6,15 @@ pkgbase = linux-cachyos-eevdf
arch = x86_64
license = GPL-2.0-only
makedepends = bc
makedepends = cpio
makedepends = gettext
makedepends = libelf
makedepends = pahole
makedepends = cpio
makedepends = perl
makedepends = python
makedepends = tar
makedepends = xz
makedepends = zstd
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = make
makedepends = patch
makedepends = python
options = !strip
options = !debug
options = !lto

View file

@ -172,19 +172,15 @@ license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=(
bc
cpio
gettext
libelf
pahole
cpio
perl
python
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
@ -215,7 +211,7 @@ fi
# ZFS support
if [ -n "$_build_zfs" ]; then
makedepends+=(git)
source+=("git+https://github.com/cachyos/zfs.git#commit=55a3483f28e69bf0514abb8c0a8e3812da282e73")
source+=("git+https://github.com/cachyos/zfs.git#commit=baa50314567afd986a00838f0fa65fdacbd12daf")
fi
# NVIDIA pre-build module support