openldap/servers/slapd/back-perl
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
..
add.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
bind.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
close.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
compare.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
config.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
delete.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
external.h Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
init.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
Makefile.in * 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
modify.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
modrdn.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
perl_back.h Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
SampleLDAP.pm Fix bug in compare.c where obj_ref to pb_obj_ref 1999-04-04 04:16:14 +00:00
search.c Added mixed-case as well as up-cased DN argument. The behavior of back-bdb2 1999-09-18 23:40:03 +00:00
unbind.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00