Skip to content
  1. Nov 15, 2000
  2. Nov 14, 2000
  3. Nov 13, 2000
    • Lutz Jänicke's avatar
      HP-UX shared libraries do not build any longer, as EX_LIBS contains · 305db17b
      Lutz Jänicke authored
      "-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.
      305db17b
  4. Nov 12, 2000
  5. Nov 10, 2000
  6. Nov 09, 2000
  7. Nov 08, 2000
  8. Nov 07, 2000
  9. Nov 06, 2000