Some ld implementations use LD_LIBRARY_PATH to find libraries, and
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Apr 2003 06:48:19 +0000 (06:48 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Apr 2003 06:48:19 +0000 (06:48 +0000)
commite45b2a62185abdf198cafaa113ad4cd24b5a5f34
tree582998e6ce76763a07098df842788e6bacb37223
parent5d4bf96a65f43aae6ab502696ae1730a48d564ca
Some ld implementations use LD_LIBRARY_PATH to find libraries, and
what's worse, they seem to use LD_LIBRARY_PATH as the first
directories to look into.  This is documented in the manual page for
ld on OpenUNIX 8.  Therefore, we need to hack LD_LIBRARY_PATH to
include the directory where the newly built libcrypto and libssl are.
apps/Makefile.ssl
test/Makefile.ssl