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:
parent
a67696a9bd
commit
4d72ad9d49
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -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
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue