commit | e96133e4cf60f9185203202b7bbbd79485eeeb12 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Apr 08 08:36:20 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Apr 08 08:36:20 2003 +0000 |
tree | b3bd6cdc90436922cefd068bcd7e3c01e763797d | |
parent | f65a75786b4eaf633ffab2ccb52f2c0dd51d268d [diff] |
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...