From 9d19911e6003dfba89c700c897cd22fc5aac62b4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 13 Jan 2015 17:01:14 +0100 Subject: [PATCH] set --with-spl to make zfs compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d15c2c..943f013 100644 --- a/Makefile +++ b/Makefile @@ -264,7 +264,7 @@ ${ZFS_MODULES}: .compile_mark ${ZFSSRC} rm -rf ${ZFSDIR} tar xf ${ZFSSRC} cd ${ZFSDIR}; ./autogen.sh - cd ${ZFSDIR}; ./configure --with-config=kernel --with-linux=${TOP}/${KERNEL_SRC} --with-linux-obj=${TOP}/${KERNEL_SRC} + cd ${ZFSDIR}; ./configure --with-spl=${TOP}/${SPLDIR} --with-spl-obj=${TOP}/${SPLDIR} --with-config=kernel --with-linux=${TOP}/${KERNEL_SRC} --with-linux-obj=${TOP}/${KERNEL_SRC} cd ${ZFSDIR}; make cp ${ZFSDIR}/module/zfs/zfs.ko zfs.ko cp ${ZFSDIR}/module/avl/zavl.ko zavl.ko -- 2.39.2