mirror of
https://aur.archlinux.org/zfs-utils.git
synced 2025-06-06 15:47:20 +02:00
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
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = zfs-utils
|
pkgbase = zfs-utils
|
||||||
pkgdesc = Userspace utilities for the Zettabyte File System.
|
pkgdesc = Userspace utilities for the Zettabyte File System.
|
||||||
pkgver = 2.2.6
|
pkgver = 2.2.6
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://zfsonlinux.org/
|
url = https://zfsonlinux.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
3
PKGBUILD
3
PKGBUILD
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=zfs-utils
|
pkgname=zfs-utils
|
||||||
pkgver=2.2.6
|
pkgver=2.2.6
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Userspace utilities for the Zettabyte File System."
|
pkgdesc="Userspace utilities for the Zettabyte File System."
|
||||||
arch=("i686" "x86_64" "aarch64")
|
arch=("i686" "x86_64" "aarch64")
|
||||||
url="https://zfsonlinux.org/"
|
url="https://zfsonlinux.org/"
|
||||||
@ -57,6 +57,7 @@ build() {
|
|||||||
--with-udevdir=/usr/lib/udev \
|
--with-udevdir=/usr/lib/udev \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
|
--without-libunwind \
|
||||||
--with-python="$PWD/python3-fake" \
|
--with-python="$PWD/python3-fake" \
|
||||||
--enable-pyzfs=no \
|
--enable-pyzfs=no \
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user