]> 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 15:00:51 +0000 (15:00 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 22 Sep 1999 15:00:51 +0000 (15:00 +0000)
commit7a0523b53dbfd9e09d5f84760495ab24279f1e4f
treecd941d0856301782f66eb37c102631dc5cb746a6
parent5757ffc5d359552c40be85c245271773780475d3
* configure.in: Added better check for libwrap (the old way failed when
  libwrap was a dynamic library). Added -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