On 18/10/2014 5:17 AM, Guenter via RT wrote:
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!
G/M
Can confirm need of this flag, but it should also be extended to ossl trunk. A compile of the latest trunk SNAP build shows that it also need there.
Regards,
Norm

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to