- 11 Jan, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Jan, 2016 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jan, 2013 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2012 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Jan, 2011 1 commit
-
-
Kurt Zeilenga authored
-
- 13 Apr, 2010 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Jan, 2009 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Jan, 2008 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jan, 2007 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Jan, 2006 1 commit
-
-
Kurt Zeilenga authored
-
- 21 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Mar, 2003 1 commit
-
-
Howard Chu authored
-
- 28 Mar, 2003 1 commit
-
-
Howard Chu authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 04 Oct, 2000 1 commit
-
-
Kurt Zeilenga authored
--only-static, --only-dynamic changes.
-
- 01 Oct, 2000 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Oct, 1999 1 commit
-
-
Howard Chu authored
See README 1.27 log
-
- 23 Sep, 1999 1 commit
-
-
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
-
- 22 Sep, 1999 1 commit
-
-
Ben Collins authored
* all others: Added DESTDIR support
-
- 30 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 10 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
installed.
-
- 09 Aug, 1999 1 commit
-
-
Howard Chu authored
-
- 07 Aug, 1999 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
for building backends as modules.
-
- 06 Aug, 1999 1 commit
-
-
Howard Chu authored
-