Skip to content
Snippets Groups Projects
  1. Nov 02, 1999
  2. Nov 01, 1999
  3. Oct 30, 1999
  4. Oct 28, 1999
  5. Sep 29, 1999
    • Ben Collins's avatar
      * configure.in: add --enable-dynamic option for linking our local binaries · b7dd47c4
      Ben Collins authored
        with the shared libraries instead of static, defaults to no
      * build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to
        the .so and .so.# file along with the .a and .la files
      * build/lib.mk: make sure the above links get removed on clean target
      * build/top.mk: add define for LINK_BINS_DYNAMIC
      * tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will
        run without requiring installation of libraries when we use --enable-dynamic
        (LD_LIBRARY_PATH is always set, since it can't really hurt).
      b7dd47c4
  6. Sep 23, 1999
    • Julio Sánchez Fernández's avatar
      · f3c09a4f
      Julio Sánchez Fernández authored
      The loading step in slapd build was failing because of a weird
      @SLAPD tag.  Removing it fixes the problem for me, but this should
      be reviewed by someone who knows which @SLAPD_...@ tag was meant to
      be there, if any.
      f3c09a4f
    • Ben Collins's avatar
      * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB · ed75be1b
      Ben Collins authored
        and related AC_SUBST() so that when back-tcl is compiled as a dynamic module we link
        -ltcl to the module and not slapd (this is the correct way to do this since the .la file
        handles giving the correct libs when we pass the module to it in the linker line with
        -dlopen). Also modified the perl backend in a similar way except that the PERL_CPPFLAGS
        always go to the module and never to slapd (slapd doesn't need them).
      * build/mod.mk: added $(MODLIBS) to the dynamic module link line to accomodate module
        specific libraries. These should be defined in the back-*/Makefile.in file for each
        module (so far only back-tcl and back-perl need it).
      * build/top.mk: modified the perl ldflags and cppflags slightly
      * servers/slapd/Makefile.in: same here
      * servers/slapd/back-perl/Makefile.in: added MODLIBS=$(MOD_PERL_LDFLAGS) for when we are
        using a dynamic module (problem, libtool wont allow linking static libs into a libtool
        lib, so unless perl's libs are compiled dynamic, then back-perl can't be a dynamic
        module. We need a test for this on perl and tcl).
      * servers/slapd/back-tcl/Makefile.in: added MODLIBS=$(MOD_TCL_LIB)
      * back-perl and back-tcl now compile
      ed75be1b
  7. Sep 22, 1999
  8. Sep 20, 1999
  9. Sep 13, 1999
  10. Sep 10, 1999
  11. Sep 09, 1999
  12. Sep 08, 1999
  13. Sep 05, 1999
  14. Aug 31, 1999
  15. Aug 30, 1999
  16. Aug 27, 1999
  17. Aug 21, 1999
  18. Aug 19, 1999
  19. Aug 17, 1999
  20. Aug 15, 1999
  21. Aug 13, 1999
  22. Aug 10, 1999
  23. Aug 09, 1999
  24. Aug 07, 1999
  25. Aug 06, 1999
  26. Aug 05, 1999
    • Kurt Zeilenga's avatar
      create SASL_LIBS to hold -lsasl · e0691dfb
      Kurt Zeilenga authored
      create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
      use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
      e0691dfb
  27. Aug 04, 1999
Loading