aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap/openldap/kill-icu.patch
blob: dcf5411372cfc606acd17c1a8dcd0fd8086110fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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