Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
64e711f9
Commit
64e711f9
authored
Oct 18, 2002
by
Kurt Zeilenga
Browse files
Ready 2.1.8
parent
65480305
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
64e711f9
OpenLDAP 2.1 Change Log
OpenLDAP 2.1.8 Release
Build Enviroment
Updated configure script
OpenLDAP 2.1.7 Release
Fixed liblber bvarray_add bug (ITS#2142)
Added libldap additional schema routines
...
...
build/version.sh
View file @
64e711f9
...
...
@@ -7,9 +7,9 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
1
ol_patch
=
7
ol_api_inc
=
2010
7
ol_api_lib
=
2:10
7
:0
ol_patch
=
8
ol_api_inc
=
2010
8
ol_api_lib
=
2:10
8
:0
if
test
$ol_patch
!=
X
;
then
ol_version
=
${
ol_major
}
.
${
ol_minor
}
.
${
ol_patch
}
...
...
configure
View file @
64e711f9
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP
: pkg/ldap/configure.in,v 1.408.2.18 2002/10/17 15:09:47 kurt Exp
# from OpenLDAP
# Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
#
...
...
@@ -22429,7 +22429,7 @@ EOF
fi
if test "$ol_enable_shell" != no ; then
if
(
"$ol_link_thread" != no ; then
if
test
"$ol_link_thread" != no ; then
echo "configure: warning: Use of --without-threads is recommended with back-shell" 1>&2
fi
cat >> confdefs.h <<\EOF
...
...
configure.in
View file @
64e711f9
...
...
@@ -2661,7 +2661,7 @@ if test "$ol_link_perl" != no ; then
fi
if test "$ol_enable_shell" != no ; then
if
(
"$ol_link_thread" != no ; then
if
test
"$ol_link_thread" != no ; then
AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
fi
AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])
...
...
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