NetWare compilation fix.
authorGuenter <lists@gknw.net>
Thu, 27 Nov 2014 13:33:47 +0000 (13:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Nov 2014 14:04:13 +0000 (14:04 +0000)
Workaround for NetWare CodeWarrior compiler which doesn't properly lookup
includes when in same directory as the C file which includes it.

PR#3569
Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 333fad9f2de1dea99552fcb424b312ca1a390f85)

util/pl/netware.pl

index c78bcfc874223a64a9cad0948c129cf26b928911..fe80a9bb89909e4c939acda47db48b8766e44b45 100644 (file)
@@ -212,7 +212,7 @@ else
    #        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";