commit b855ee2f6b197d463fe697b5a5ef52383de8e3bd
parent 3fa281e56e0ac88254101300c94ad78b63309a40
Author: Steven Barth <steven@midlink.org>
Date: Fri, 23 Jan 2015 19:03:26 +0100
Merge pull request #813 from MikePetullo/master
openldap: remove --without-tls
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openldap
PKG_VERSION:=2.4.39
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
@@ -97,7 +97,6 @@ CONFIGURE_ARGS += \
--with-yielding_select="yes" \
--without-cyrus-sasl \
--without-threads \
- --without-tls \
--enable-null \
--disable-bdb \
--disable-hdb \
diff --git a/libs/openldap/files/ldap.init b/libs/openldap/files/ldap.init
@@ -7,7 +7,7 @@ SERVICE_USE_PID=1
start() {
mkdir -m 0755 -p /var/openldap-data
- service_start /usr/sbin/slapd
+ service_start /usr/sbin/slapd -h "ldap://localhost/ ldaps:///"
}
stop() {