blob: 91bcc0435e17f5b3336829d31d50a58b39020cf1 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/
2
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003Upstream-status: Pending
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004
5--
6
Andrew Geissler97771a32021-03-05 15:23:11 -06007--- a/configure.in
8+++ b/configure.in
9@@ -1227,7 +1227,7 @@ if test $ol_link_tls = no ; then
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010 ol_with_tls=gnutls
11 ol_link_tls=yes
12
13- TLS_LIBS="-lgnutls"
14+ TLS_LIBS="-lgnutls -lgcrypt"
15
16 AC_DEFINE(HAVE_GNUTLS, 1,
17 [define if you have GNUtls])