[openssl-dev] [openssl.org #3653] [PATCH] 1.0.1k CFLAGS issue on OpenVMS

Zoltan Arpadffy via RT rt at openssl.org
Tue Jan 13 19:46:08 UTC 2015


Hi,
 
Unfortunately, the Matt's latest fix around CFLAGS define ( for making the
build work on Windows) does not help on OpenVMS.
The following path is needed.
SYSTEM at ia64$ mc DKA0:[UTIL]gdiff.exe -p []makevms.com;1 []makevms.com;2
*** []makevms.com;1     Wed Jan  7 16:00:30 2015
--- []makevms.com;2     Fri Jan  9 19:41:20 2015
*************** $   if (CFLAGS .nes. "") then CFLAGS = C
*** 646,652 ****
  $   CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
  $ endif
  $!
! $ WRITE H_FILE "#define 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'"" "
--- 646,652 ----
  $   CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
  $ endif
  $!
! $ 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'"" "
 
Please note, the 1.0.0 branch works fine.
 
Regards,
Z 



More information about the openssl-dev mailing list