openldap: remove --without-cyrus-sasl to build SASL support 1599/head
authorW. Michael Petullo <mike@flyn.org>
Mon, 20 Jul 2015 23:01:24 +0000 (19:01 -0400)
committerW. Michael Petullo <mike@flyn.org>
Mon, 20 Jul 2015 23:01:24 +0000 (19:01 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
libs/openldap/Makefile

index e25fc0152f24107efa628a64ce388b23ffeafc66..a2423d297889c59f4f03a3bccd4d07cb16116af5 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openldap
 PKG_VERSION:=2.4.41
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
@@ -95,7 +95,6 @@ CONFIGURE_ARGS += \
        --with-threads \
        --with-tls \
        --with-yielding_select="yes" \
-       --without-cyrus-sasl \
        --without-threads \
        --enable-null \
        --disable-bdb \