commit 7a10a5840c4511fbe72799f07a8915484106564b
parent 895cf9eaf100f8324d5ac0a620cb4448eb6bfdd3
Author: champtar <champetier.etienne@gmail.com>
Date: Mon, 13 Jun 2016 11:08:45 +0200
Merge pull request #2822 from jow-/openldap-no-icu
openldap: forcibly disable ICU support
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
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.43
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
@@ -102,6 +102,9 @@ CONFIGURE_ARGS += \
--disable-monitor \
--disable-relay
+CONFIGURE_VARS += \
+ ol_cv_lib_icu="no"
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \