Skip to content
Snippets Groups Projects
Commit 78d2ae02 authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 2.1.1-2

- Python 3.10 rebuild
parent 128db7f8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
pkgname="zfs-utils"
pkgver=2.1.1
pkgrel=1
pkgrel=2
pkgdesc="Kernel module support files for the Zettabyte File System."
makedepends=("python" "python-setuptools" "python-cffi")
optdepends=("python: pyzfs and extra utilities", "python-cffi: pyzfs")
......@@ -31,6 +31,10 @@ backup=('etc/zfs/zed.d/zed.rc' 'etc/default/zfs' 'etc/modules-load.d/zfs.conf' '
build() {
cd "${srcdir}/zfs-${pkgver}"
./autogen.sh
# 3.10 is greater than 3.4.0
sed -i "s/>= '3.4.0'/>= '3'/g" configure
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-mounthelperdir=/usr/bin \
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include \
--with-udevdir=/usr/lib/udev --libexecdir=/usr/lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment