From: W. Michael Petullo Date: Mon, 20 Jul 2015 23:01:24 +0000 (-0400) Subject: openldap: remove --without-cyrus-sasl to build SASL support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5006684e434a3d7c32254f156d92b2aa023ecc23;p=feed%2Fpackages.git openldap: remove --without-cyrus-sasl to build SASL support Signed-off-by: W. Michael Petullo --- diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index e25fc0152f..a2423d2978 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -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 \