- fix spl license, add workarounds for zfs on i686-linux
This commit is contained in:
committed by
David Guibert
parent
66ceb14b5e
commit
abd6046168
@@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||
--with-linux=${kernel}/lib/modules/${kernel.version}/build
|
||||
--with-linux-obj=${kernel}/lib/modules/${kernel.version}/build
|
||||
--with-spl=${spl}/libexec/spl/${kernel.version}
|
||||
${if stdenv.system == "i686-linux" then "--enable-atomic-spinlocks" else ""}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user