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)
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...


No differences found