From: Dietmar Maurer Date: Tue, 13 Jan 2015 16:01:14 +0000 (+0100) Subject: set --with-spl to make zfs compile X-Git-Url: https://git.proxmox.com/?p=pve-kernel-3.10.0.git;a=commitdiff_plain;h=9d19911e6003dfba89c700c897cd22fc5aac62b4 set --with-spl to make zfs compile --- 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