Browse Source

Merge pull request #2822 from jow-/openldap-no-icu

openldap: forcibly disable ICU support
lilik-openwrt-22.03
champtar 8 years ago
committed by GitHub
parent
commit
7a10a5840c
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libs/openldap/Makefile

+ 4
- 1
libs/openldap/Makefile View File

@ -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)" \


Loading…
Cancel
Save