Commit 0e0f7ca
committed
zfs-module: disable separate build directory
ZFS can't compile in a separate build directory on newer kernels, which
I hit when building Linux 6.12.
The problem is described in [1] and fixed in [2] but that fix is already
present in 2.3.4 and the problem still persists in Yocto builds.
I don't know what's wrong, it seems to be an issue deep in the guts of
Kbuild, but building in-tree (${S} == ${B}) seems to work so just do
that.
[1] openzfs/zfs#17321
[2] openzfs/zfs#175171 parent 8e7baa0 commit 0e0f7ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments