mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
openldap: remove --without-cyrus-sasl to build SASL support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=openldap
|
PKG_NAME:=openldap
|
||||||
PKG_VERSION:=2.4.41
|
PKG_VERSION:=2.4.41
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
|
PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
|
||||||
@@ -95,7 +95,6 @@ CONFIGURE_ARGS += \
|
|||||||
--with-threads \
|
--with-threads \
|
||||||
--with-tls \
|
--with-tls \
|
||||||
--with-yielding_select="yes" \
|
--with-yielding_select="yes" \
|
||||||
--without-cyrus-sasl \
|
|
||||||
--without-threads \
|
--without-threads \
|
||||||
--enable-null \
|
--enable-null \
|
||||||
--disable-bdb \
|
--disable-bdb \
|
||||||
|
|||||||
Reference in New Issue
Block a user