summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-20 07:26:46 +0000
committerkris <kris@FreeBSD.org>2000-04-20 07:26:46 +0000
commit922c39a5a677fa6441a86cea7faf64cddb0fd64e (patch)
treeb90c1de664477f1c88c5fada43b133b60847938d /secure
parent74cdb5de65e9c89449ad11743a9a6bfd8b187bcc (diff)
downloadFreeBSD-src-922c39a5a677fa6441a86cea7faf64cddb0fd64e.zip
FreeBSD-src-922c39a5a677fa6441a86cea7faf64cddb0fd64e.tar.gz
Use the C locale for running date(1).
Submitted by: ache
Diffstat (limited to 'secure')
-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 02db4b5..8b0ec13 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
OpenPOWER on IntegriCloud