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

Richard Levitte via RT rt at openssl.org
Tue Jan 13 23:59:34 UTC 2015


Fix now present in the branches for 1.0.2, 1.0.1 and even 1.0.0.

On Tue Jan 13 22:01:42 2015, levitte wrote:
> Thanks for the notification... I was actually thinking about this earlier
> today. Fix coming up!
>
> On Tue Jan 13 20:46:08 2015, zoli at polarhome.com wrote:
> > 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
>
>
> --
> Richard Levitte
> levitte at openssl.org


--
Richard Levitte
levitte at openssl.org



More information about the openssl-dev mailing list