[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Richard Levitte
levitte at openssl.org
Tue Jan 13 23:16:44 UTC 2015
The branch OpenSSL_1_0_1-stable has been updated
via e8e878bec7d547dcfe92de995ec71ca7ea71aa58 (commit)
from 6099e629f55e3c4b363d1c84e7775816b21bb38c (commit)
- Log -----------------------------------------------------------------
commit e8e878bec7d547dcfe92de995ec71ca7ea71aa58
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Jan 13 22:04:58 2015 +0100
Define CFLAGS as cflags on VMS as well
Reviewed-by: Matt Caswell <matt at openssl.org>
(cherry picked from commit 43257b9f51de749262258668c77c2f0f99d7a15b)
-----------------------------------------------------------------------
Summary of changes:
makevms.com | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makevms.com b/makevms.com
index e4f5a86..01ada3a 100755
--- a/makevms.com
+++ b/makevms.com
@@ -646,7 +646,7 @@ $ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
$ CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
$ endif
$!
-$ WRITE H_FILE "#define CFLAGS"
+$ WRITE H_FILE "#define CFLAGS cflags"
$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "
More information about the openssl-commits
mailing list