2
0
Fork 0
forked from mirror/zfs-utils

Disable use of libunwind

If libunwind is detected during building, it will automatically be
linked. Since this is more relevant for people doing
development/debugging and probably not for the majority of users of this
package, we are disabling it.
This commit is contained in:
Kevin Stolp 2024-10-06 15:27:43 -07:00
parent a67696a9bd
commit 4d72ad9d49
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = zfs-utils
pkgdesc = Userspace utilities for the Zettabyte File System.
pkgver = 2.2.6
pkgrel = 2
pkgrel = 3
url = https://zfsonlinux.org/
arch = i686
arch = x86_64

View file

@ -4,7 +4,7 @@
pkgname=zfs-utils
pkgver=2.2.6
pkgrel=2
pkgrel=3
pkgdesc="Userspace utilities for the Zettabyte File System."
arch=("i686" "x86_64" "aarch64")
url="https://zfsonlinux.org/"
@ -57,6 +57,7 @@ build() {
--with-udevdir=/usr/lib/udev \
--libexecdir=/usr/lib \
--localstatedir=/var \
--without-libunwind \
--with-python="$PWD/python3-fake" \
--enable-pyzfs=no \
--enable-systemd \