- Jan 05, 2011
-
-
Kurt Zeilenga authored
-
- Apr 13, 2010
-
-
Kurt Zeilenga authored
-
- Jan 22, 2009
-
-
Kurt Zeilenga authored
-
- Feb 12, 2008
-
-
Kurt Zeilenga authored
-
- Jan 08, 2008
-
-
Kurt Zeilenga authored
-
- Jan 02, 2007
-
-
Kurt Zeilenga authored
-
- Jan 03, 2006
-
-
Kurt Zeilenga authored
-
- Jan 21, 2005
-
-
Kurt Zeilenga authored
-
- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Nov 26, 2003
-
-
Kurt Zeilenga authored
-
- Mar 29, 2003
-
-
Howard Chu authored
-
- Mar 28, 2003
-
-
Howard Chu authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Dec 07, 2001
-
-
Howard Chu authored
-
- Oct 04, 2000
-
-
Kurt Zeilenga authored
--only-static, --only-dynamic changes.
-
- Oct 01, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- Oct 28, 1999
-
-
Howard Chu authored
See README 1.27 log
-
- Sep 23, 1999
-
-
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
-
- Sep 22, 1999
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- Aug 30, 1999
-
-
Kurt Zeilenga authored
-
- Aug 10, 1999
-
-
Kurt Zeilenga authored
installed.
-
- Aug 09, 1999
-
-
Howard Chu authored
-
- Aug 07, 1999
-
-
Howard Chu authored
-
Howard Chu authored
for building backends as modules.
-
- Aug 06, 1999
-
-
Howard Chu authored
-