[openssl-dev] [PATCH] 1.0.1k CFLAGS issue on OpenVMS

Zoltan Arpadffy zoli at polarhome.com
Sat Jan 10 00:00:50 UTC 2015


Hi,

 

Unfortunately, Matt's latest fix around CFLAGS define ( for making the build
work on Windows) does not help on OpenVMS.

The following additional patch 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 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150110/134ca5a4/attachment.html>


More information about the openssl-dev mailing list