]> git.sur5r.net Git - openldap/commit
* configure.in: Added better check for libwrap (the old way failed when
authorBen Collins <bcollins@openldap.org>
Wed, 22 Sep 1999 14:58:56 +0000 (14:58 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 22 Sep 1999 14:58:56 +0000 (14:58 +0000)
commitd4f275c85f06c5592286bcd8b574d8d00a3281a8
tree93cbb9f46a283ffc06d3b755c8461df3f8976ef7
parent342c82123d5da9da0f488a2517a0bc9de5574651
* configure.in: Added better check for libwrap (the old way failed when
  libwrap was a dynamic library) and also included extraneous check for
  -lnsl after libwrap check (from head branch). Add -lwrap to new subst
  var WRAP_LIBS so we have more control over where it get's linked
  (dynamic libwrap causes problems when we link to programs that don't
  define certains globals that libwrap expects).
* build/top.mk: Added placeholder for WRAP_LIBS subst
* servers/slapd/Makefile.in: Added $(WRAP_LIBS) to the slapd and sslapd
  link command line specifically so it doesn't get thrown in with the rest
  of the LIBS.
* configure: rebuilt
build/top.mk
configure
configure.in
servers/slapd/Makefile.in