aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-20 07:26:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-20 07:26:46 +0000
commit0ae5a27cf8af1feb8e977f5de849573a0ebd7303 (patch)
tree74cdf5221a345aa77ea84c5d2a390022f7f1a66b /secure/lib/libcrypto
parent491a30c9688b19a22b8a17e0092ddc10ca7c634d (diff)
downloadsrc-0ae5a27cf8af1feb8e977f5de849573a0ebd7303.tar.gz
src-0ae5a27cf8af1feb8e977f5de849573a0ebd7303.zip
Use the C locale for running date(1).
Submitted by: ache
Notes
Notes: svn path=/head/; revision=59426
Diffstat (limited to 'secure/lib/libcrypto')
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 02db4b559a7e..8b0ec13e4914 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -26,7 +26,7 @@ buildinf.h: openssl/opensslconf.h openssl/headers-copied
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo " #define CFLAGS \"$(CC)\""; \
echo " #define PLATFORM \"`uname -s`-`uname -m`\""; \
- echo " #define DATE \"`date`\""; \
+ echo " #define DATE \"`LC_TIME=C date`\""; \
echo "#endif" ) > ${.TARGET}
openssl/opensslconf.h: ../libcrypto/opensslconf-${MACHINE_ARCH}.h