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:
Baptiste Daroussin
2025-07-29 17:49:44 +02:00
parent 2bc355c018
commit 7b68893ffa
8 changed files with 12 additions and 12 deletions
+1
View File
@@ -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"