1. 14 Nov, 2000 7 commits
  2. 13 Nov, 2000 1 commit
    • 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
  3. 12 Nov, 2000 7 commits
  4. 10 Nov, 2000 2 commits
  5. 09 Nov, 2000 1 commit
  6. 08 Nov, 2000 3 commits
  7. 07 Nov, 2000 11 commits
  8. 06 Nov, 2000 8 commits