mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Check kernel source directory for SPL
ZFS fails to build when SPL is built into the kernel on unless --with-spl=/path/to/kernel/sources is specified. We fallback to the kernel sources directory when SPL is not found elsewhere to resolve that. Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closed #896
This commit is contained in:
committed by
Brian Behlendorf
parent
9e11c7eee2
commit
074e72953c
@@ -302,6 +302,13 @@ AC_DEFUN([ZFS_AC_SPL], [
|
||||
sourcelink=../spl
|
||||
])
|
||||
|
||||
dnl #
|
||||
dnl # Look in the kernel directory
|
||||
dnl #
|
||||
AS_IF([test -z "$sourcelink" || test ! -e $sourcelink/spl_config.h], [
|
||||
sourcelink="$LINUX"
|
||||
])
|
||||
|
||||
AS_IF([test -e $sourcelink/spl_config.h], [
|
||||
splsrc=`readlink -f ${sourcelink}`
|
||||
], [
|
||||
|
||||
Reference in New Issue
Block a user