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, [email protected] 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@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 > [email protected]
-- Richard Levitte [email protected] _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
