krb5: remove libedit from the bootstrap tools
libedit breaks the bootstrap on MacOS and Linux. Activate libedit only for the regular build not for the bootstrap tools While here fix the definition of the dependency chain between libkrb5ss and libedit (and libtinfow) via src.libnames.mk Remove a local patch to find the readline compatible header and find them via proper CFLAGS.
This commit is contained in:
@@ -487,6 +487,7 @@ _DP_be= zfs spl nvpair zfsbootenv
|
||||
_DP_netmap=
|
||||
_DP_ifconfig= m
|
||||
_DP_pfctl= nv
|
||||
_DP_krb5ss= edit
|
||||
|
||||
# OFED support
|
||||
.if ${MK_OFED} != "no"
|
||||
|
||||
Reference in New Issue
Block a user