lede-packages-rs

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

commit 418b89b411c339a43ba5a80881b3e1354c3598dc
parent 7d5d0294bbb5bf794e52b2cfd9c2d5c2d40513eb
Author: Steven Barth <steven@midlink.org>
Date:   Tue, 21 Jul 2015 13:18:47 +0200

Merge pull request #1601 from MikePetullo/master

openldap: remove --without-cyrus-sasl to build SASL support
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 \