mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 00:57:46 +00:00
1) Dropped backported patches(commit-id): -0001-ITS-8027-require-non-empty-AttributeList.patch(c32e747) -0001-ITS-8046-fix-vrFilter_free.patch(2f1a2dd) 2) Update the checksum of COPYRIGHT,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
31 lines
763 B
Diff
31 lines
763 B
Diff
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
|
|
|
|
slapd depends on ICU if it was built first.
|
|
|
|
Upstream-status: inappropiate [embedded specific]
|
|
---
|
|
configure.in | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
--- openldap-2.4.23.orig/configure.in
|
|
+++ openldap-2.4.23/configure.in
|
|
@@ -2045,18 +2045,10 @@ if test $ol_enable_ndb != no ; then
|
|
SLAPD_LIBS="$SLAPD_LIBS \$(SLAPD_NDB_LIBS)"
|
|
fi
|
|
fi
|
|
|
|
dnl ----------------------------------------------------------------
|
|
-dnl International Components for Unicode
|
|
-OL_ICU
|
|
-if test "$ol_icu" = no ; then
|
|
- AC_MSG_WARN([ICU not available])
|
|
-else
|
|
- ICU_LIBS="$ol_icu"
|
|
-fi
|
|
-dnl ----------------------------------------------------------------
|
|
dnl
|
|
dnl Check for Cyrus SASL
|
|
dnl
|
|
WITH_SASL=no
|
|
ol_link_sasl=no
|