Browse Source

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

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 9 years ago
parent
commit
597118257b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libs/openldap/Makefile

+ 1
- 2
libs/openldap/Makefile View 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 \


Loading…
Cancel
Save