mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Makefile.libcompat: Add krb5/util
This fixes missing libraries (libcom_err, libkrb5profile, ...) for the 32-bit build, since these libraries live in krb5/util. Reviewed by: ngie, des Differential Revision: https://reviews.freebsd.org/D51926
This commit is contained in:
parent
3f94fb8d6a
commit
fb13ae28b2
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ _LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
|
|||
_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
|
||||
.if ${MK_MITKRB5} != "no"
|
||||
_LC_LIBDIRS.${MK_KERBEROS:tl}+= krb5/lib
|
||||
_LC_LIBDIRS.${MK_KERBEROS:tl}+= krb5/util
|
||||
.else
|
||||
_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue