mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
lib: Only build libcom_err with Heimdal
MIT KRB5 provides its own libcom_err. Sponsored by: The FreeBSD Foundation Reviewed by: markj, emaste Differential revision: https://reviews.freebsd.org/D50809
This commit is contained in:
parent
70371c7959
commit
0acf1dd792
1 changed files with 2 additions and 0 deletions
|
|
@ -175,7 +175,9 @@ SUBDIR.${MK_FILE}+= libmagic
|
|||
SUBDIR.${MK_GPIO}+= libgpio
|
||||
SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss
|
||||
SUBDIR.${MK_ICONV}+= libiconv_modules
|
||||
.if ${MK_MITKRB5} == "no"
|
||||
SUBDIR.${MK_KERBEROS_SUPPORT}+= libcom_err
|
||||
.endif
|
||||
SUBDIR.${MK_LDNS}+= libldns
|
||||
SUBDIR.${MK_STATS}+= libstats
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue