From: Richard Levitte Date: Tue, 8 Apr 2003 08:36:20 +0000 (+0000) Subject: It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search for X-Git-Tag: BEN_FIPS_TEST_1~38^2~148 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e96133e4cf60f9185203202b7bbbd79485eeeb12;hp=e96133e4cf60f9185203202b7bbbd79485eeeb12 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... ---