Discussion:
[openssl.org #3569] [PATCH] fix NetWare compilation with branch 1.0.1 / 1.0.2
Guenter via RT
2014-10-17 19:17:16 UTC
Permalink
Attached patch adds:
- a recursive "ssl" include since NetWare CodeWarrior compiler doesnt
properly lookup includes when in same directory as the C file which
includes it.

--- util/pl/netware.pl.orig Tue Jul 22 21:41:23 2014
+++ util/pl/netware.pl Fri Aug 08 13:52:43 2014
@@ -212,7 +212,7 @@
# Turned off the "possible" warnings ( -w nopossible ).
Metrowerks
# complained a lot about various stuff. May want to turn back
# on for further development.
- $cflags.=" -nostdinc -ir crypto -ir engines -ir apps -I$include_path \\
+ $cflags.=" -nostdinc -ir crypto -ir ssl -ir engines -ir apps
-I$include_path \\
-msgstyle gcc -align 4 -processor pentium -char unsigned \\
-w on -w nolargeargs -w nopossible -w nounusedarg -w
nounusedexpr \\
-w noimplicitconv -relax_pointers -nosyspath -maxerrors 20";


please apply to OpenSSL 1.0.1 and 1.0.2 branch. Thanks!

Loading...