Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161682689
D16849.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
767 B
Referenced Files
None
Subscribers
None
D16849.id.diff
View Options
Index: head/kerberos5/usr.bin/krb5-config/Makefile
===================================================================
--- head/kerberos5/usr.bin/krb5-config/Makefile
+++ head/kerberos5/usr.bin/krb5-config/Makefile
@@ -5,8 +5,12 @@
CLEANFILES= krb5-config
+# In order for this to work on MacOS we need to set LC_ALL=C since the
+# krb5-config.in file contains characters that will be rejected by MacOS with
+# a UTF-8 locale (see https://stackoverflow.com/a/23584470/894271)
+# TODO: Should we just require LC_ALL=C during the build?
krb5-config: krb5-config.in
- sed -e "s,@PACKAGE@,FreeBSD heimdal,g" \
+ env LC_ALL=C sed -e "s,@PACKAGE@,FreeBSD heimdal,g" \
-e "s,@VERSION@,1.1.0,g" \
-e "s,@prefix@,/usr,g" \
-e "s,@exec_prefix@,/usr,g" \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 10:19 PM (18 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34771292
Default Alt Text
D16849.id.diff (767 B)
Attached To
Mode
D16849: Fix generation of krb5-config with LC_CTYPE=*.UTF-8
Attached
Detach File
Event Timeline
Log In to Comment