]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hoist cddl prebuild lib dependency definitions out of a MK_ZFS block
authorMark Johnston <markj@FreeBSD.org>
Fri, 26 Nov 2021 14:27:19 +0000 (09:27 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 26 Nov 2021 14:39:09 +0000 (09:39 -0500)
commit7b3642da21cb4b1c301d8c6b6ce0847d19d8a473
treeac8dd2e6c1f0e0bfd3a45c26dcbc1e9e63eece09
parentff1e8581806f70e54fecddf8a6a23488dc7b968a
Hoist cddl prebuild lib dependency definitions out of a MK_ZFS block

The compilation of several libraries under cddl/lib is not conditional
on MK_ZFS = "yes", so their dependency on libspl is not conditional
either.  Unbreak buildworld when WITHOUT_ZFS is set.

Reported by: bz
Fixes: 9e9c651caceb ("cddl: fix missing ZFS library dependencies")
MFC after: 1 week
Makefile.inc1