[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Mon Nov 23 15:08:41 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  9252d71557c49fbb802854ea0de58e319645a448 (commit)
      from  fb92839c93c7efc3687fe895e631be57dec3e37f (commit)


- Log -----------------------------------------------------------------
commit 9252d71557c49fbb802854ea0de58e319645a448
Author: Andy Polyakov <appro at openssl.org>
Date:   Sat Nov 21 11:28:05 2015 +0100

    Makefile.org: add LC_ALL=C to unify error [and other] messages.
    
    RT#4138
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit 193ed2d74b1a643b5f32bd46bf50a858fcdd2da4)

-----------------------------------------------------------------------

Summary of changes:
 Makefile.org | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.org b/Makefile.org
index 48469c5..0333644 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -203,7 +203,9 @@ CLEARENV=	TOP= && unset TOP $${LIB+LIB} $${LIBS+LIBS}	\
 		$${SHAREDCMD+SHAREDCMD} $${SHAREDFLAGS+SHAREDFLAGS}	\
 		$${SHARED_LIB+SHARED_LIB} $${LIBEXTRAS+LIBEXTRAS}
 
-BUILDENV=	PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)' \
+# LC_ALL=C ensures that error [and other] messages are delivered in
+# same language for uniform treatment.
+BUILDENV=	LC_ALL=C PLATFORM='$(PLATFORM)' PROCESSOR='$(PROCESSOR)'\
 		CC='$(CC)' CFLAG='$(CFLAG)' 			\
 		AS='$(CC)' ASFLAG='$(CFLAG) -c'			\
 		AR='$(AR)' NM='$(NM)' RANLIB='$(RANLIB)'	\


More information about the openssl-commits mailing list