HP-UX shared libraries do not build any longer, as EX_LIBS contains
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 13 Nov 2000 14:40:07 +0000 (14:40 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Mon, 13 Nov 2000 14:40:07 +0000 (14:40 +0000)
commit305db17b5f98d2a24eb3e959a041ee3333290bd6
tree5aa2b03b64678727f80344a786ab4d4ff62c9434
parent6a8ba34f9d63fca67382a0b6764c4d29a4d7f3ca
HP-UX shared libraries do not build any longer, as EX_LIBS contains
"-Wl,+s" instead of +s:
* Hardcoded necessary references to -ldld/-ldl into the build rules and
  removed EX_LIBS.

HP-UX records the pathnames of dependent libraries when the shared libs
are built, so that ./libcrypto.sl... is recorded in libssl.sl..., with
"./" not being resolvable when running an application linked against -lssl:
* Build libssl without explicit reference to libcrypto, applications will
  be linked with "-lssl -lcrypto" anyway.

Document these informations in Makefile.org.
Makefile.org