]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix generation of krb5-config with LC_CTYPE=*.UTF-8
authorarichardson <arichardson@FreeBSD.org>
Mon, 1 Jul 2019 11:47:45 +0000 (11:47 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 1 Jul 2019 11:47:45 +0000 (11:47 +0000)
commit08f8cf72323a053c326aaaf9b4d7a53f859a46bf
tree684a0dd216a7eb85f60882719f3c0d6e424efce2
parent99c8ab4764918fbb17a1296a1564d7ddc0d24141
Fix generation of krb5-config with LC_CTYPE=*.UTF-8

When building on MacOS with a UTF-8 locale sed will fail when reading
krb-config.in due to invalid characters. Forcing the "C" locale fixes this.

Reviewed By: emaste, cy
Differential Revision: https://reviews.freebsd.org/D16849
kerberos5/usr.bin/krb5-config/Makefile