It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Apr 2003 08:36:20 +0000 (08:36 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Apr 2003 08:36:20 +0000 (08:36 +0000)
commite96133e4cf60f9185203202b7bbbd79485eeeb12
treeb3bd6cdc90436922cefd068bcd7e3c01e763797d
parentf65a75786b4eaf633ffab2ccb52f2c0dd51d268d
It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for
libraries.  What's worse, the directories given in LD_LIBRARY_PATH are
checked first!  Therefore, we need a hack to prepend all the
directories we give with -L to the current value of LD_LIBRARY_PATH,
thereby temporarly forming a hacked value.

Only copy LIBEXTRAS if they are given.

Svr5 doesn't use -z allextract...
Makefile.shared