diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-08-16 20:58:18 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-08-16 21:07:57 +0100 |
| commit | fb13ae28b2e816d35b229c0d8ebadb4e322fb4eb (patch) | |
| tree | 95c0fec01bdc08f5345eb3e76483dde67f62efe0 /Makefile.libcompat | |
| parent | 3f94fb8d6a76c7aab76ef716eff757b5710de456 (diff) | |
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
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index 82ef4e9df0ac..2fdc1439b916 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -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 |
