lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 597118257b0aaf2a4aa5370141fa2609928b7d23
parent 6a56edca27ba2db9b3a8114ece78b08f64a37cf0
Author: W. Michael Petullo <mike@flyn.org>
Date:   Mon, 20 Jul 2015 19:01:24 -0400

openldap: remove --without-cyrus-sasl to build SASL support

Signed-off-by: W. Michael Petullo <mike@flyn.org>

Diffstat:
Mlibs/openldap/Makefile | 3+--
1 file changed, 1 insertion(+), 2 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.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 \