aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch
blob: 91bcc0435e17f5b3336829d31d50a58b39020cf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/

Upstream-status: Pending

--

--- a/configure.in
+++ b/configure.in
@@ -1227,7 +1227,7 @@ if test $ol_link_tls = no ; then
 				ol_with_tls=gnutls
 				ol_link_tls=yes
 
-				TLS_LIBS="-lgnutls"
+				TLS_LIBS="-lgnutls -lgcrypt"
 
 				AC_DEFINE(HAVE_GNUTLS, 1, 
 					[define if you have GNUtls])