openldap/build
Ben Collins ed75be1b3c * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB
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
1999-09-23 05:32:10 +00:00
..
build.dsp Remove misplaced sockpair.c 1999-09-05 19:17:42 +00:00
config.guess Versions from Autoconf CVS repository (stable branch). 1999-07-18 04:14:23 +00:00
config.sub Versions from Autoconf CVS repository (stable branch). 1999-07-18 04:14:23 +00:00
db.2.x.README Add OpenLDAP RCSid 1999-09-08 22:52:19 +00:00
dir.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
info.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
install-sh Fix shbang magic "#! /bin/sh" (correct) vs "#!/bin/sh" (incorrect) 1999-09-10 02:15:03 +00:00
lib-shared.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
lib-static.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
lib.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
ltconfig Updates from libtool 1.3.3 1999-07-18 04:56:17 +00:00
ltmain.sh Preliminary Make rules to allow building backends as modules. 1999-08-06 16:15:05 +00:00
main.dsw Update MSVC project and remove lint 1999-08-17 21:10:52 +00:00
man.mk * build/top.mk: removed references to TMPROOT and added DESTDIR support 1999-09-22 21:51:30 +00:00
missing Distribute missing for folks who don't have autoconf/automake/libtool 1999-08-10 17:30:25 +00:00
mkdep s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
mkrelease s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
mkversion s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
mod.mk * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB 1999-09-23 05:32:10 +00:00
openldap.m4 Add experimental detection of BerkeleyDB2 DB_THREAD. 1999-09-20 20:55:54 +00:00
rules.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
srv.mk s/Id/OpenLDAP/ in RCSids 1999-08-30 08:08:00 +00:00
top.mk * configure.in: add tcl8.2 to list of tcl libs to search for, also added new MOD_TCL_LIB 1999-09-23 05:32:10 +00:00
version Obtain version name from build/version (re-add build/version). 1999-05-28 00:35:09 +00:00