mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 16:16:50 +02:00
17 lines
405 B
Text
17 lines
405 B
Text
modname=zfs
|
|
modver=
|
|
makedepends="libtool linux-headers glib-dev e2fsprogs-dev util-linux-dev libtirpc-dev"
|
|
built_modules="module/spl.ko module/zfs.ko"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure --prefix=/usr \
|
|
--with-tirpc \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info \
|
|
--localstatedir=/var \
|
|
--with-config=kernel \
|
|
--with-linux="$kernel_srcdir"
|
|
make $MAKEFLAGS
|
|
}
|