Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
08710f80
Commit
08710f80
authored
Dec 07, 2002
by
Pierangelo Masarati
Browse files
fix previous commit
parent
d1970663
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
08710f80
...
...
@@ -579,6 +579,8 @@ TERMCAP_LIBS=
TLS_LIBS=
MODULES_LIBS=
SLAPI_LIBS=
LIBSLAPI=
LIBSLAPITOOLS=
AUTH_LIBS=
SLAPD_SLP_LIBS=
...
...
@@ -2524,6 +2526,8 @@ if test "$ol_enable_slapi" != no ; then
fi
AC_CHECK_LIB(ltdl, lt_dlinit, [
SLAPI_LIBS=-lltdl
LIBSLAPI=./libslapi.a
LIBSLAPITOOLS=../libslapi.a
AC_DEFINE(HAVE_LIBLTDL,1,[define if you have libtool -ltdl])
],[AC_MSG_ERROR([could not locate libtool -lltdl])])
...
...
@@ -2878,6 +2882,8 @@ AC_SUBST(TERMCAP_LIBS)
AC_SUBST(TLS_LIBS)
AC_SUBST(MODULES_LIBS)
AC_SUBST(SLAPI_LIBS)
AC_SUBST(LIBSLAPI)
AC_SUBST(LIBSLAPITOOLS)
AC_SUBST(AUTH_LIBS)
AC_SUBST(SLAPD_SLP_LIBS)
...
...
servers/slapd/Makefile.in
View file @
08710f80
...
...
@@ -48,7 +48,7 @@ XLDFLAGS = $(MODULES_LDFLAGS)
XLIBS
=
$(SLAPD_STATIC_DEPENDS)
$(SLAPD_L)
XXLIBS
=
$(LDBM_LIBS)
$(SLAPD_LIBS)
$(SECURITY_LIBS)
$(LDIF_LIBS)
$(LUTIL_LIBS)
XXXLIBS
=
$(LTHREAD_LIBS)
$(MODULES_LIBS)
$(SLAPI_LIBS)
XXXLIBS
=
$(LTHREAD_LIBS)
$(MODULES_LIBS)
$(SLAPI_LIBS)
@LIBSLAPI@
BUILD_OPT
=
"--enable-slapd"
BUILD_SRV
=
@BUILD_SLAPD@
...
...
servers/slapd/tools/Makefile.in
View file @
08710f80
...
...
@@ -28,7 +28,7 @@ XXLIBS = $(SLAPD_LIBS) \
$(LDBM_LIBS)
$(SECURITY_LIBS)
\
$(LDIF_LIBS)
$(LUTIL_LIBS)
XXXLIBS
=
$(MODULES_LIBS)
$(LTHREAD_LIBS)
\
$(SLAPI_LIBS)
$(SLAPI_LIBS)
@LIBSLAPITOOLS@
STATIC_DEPENDS
=
@SLAPD_NO_STATIC@ ../libbackends.a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment