Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/openldap/files: openldap-2.4.28-gnutls-gcrypt.patch
Date: Sun, 12 Feb 2012 00:54:25
Message-Id: 20120212005414.BB00E2004B@flycatcher.gentoo.org
1 robbat2 12/02/12 00:54:14
2
3 Added: openldap-2.4.28-gnutls-gcrypt.patch
4 Log:
5 Bug #337504: compile-fix for gnutls linked with gcrypt. Relies on WANT_AUTOMAKE=none eautoreconf support added to autotools.eclass as openldap configure.in uses AM_INIT_AUTOMAKE but there are no Makefile.am (all Makefile.in are hand-written).
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-nds/openldap/files/openldap-2.4.28-gnutls-gcrypt.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.28-gnutls-gcrypt.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/openldap/files/openldap-2.4.28-gnutls-gcrypt.patch?rev=1.1&content-type=text/plain
14
15 Index: openldap-2.4.28-gnutls-gcrypt.patch
16 ===================================================================
17 --- openldap-2.4.28/configure.in.orig 2012-02-11 22:40:36.004360795 +0000
18 +++ openldap-2.4.28/configure.in 2012-02-11 22:40:13.410986851 +0000
19 @@ -1214,7 +1214,7 @@
20 ol_with_tls=gnutls
21 ol_link_tls=yes
22
23 - TLS_LIBS="-lgnutls"
24 + TLS_LIBS="-lgnutls -lgcrypt"
25
26 AC_DEFINE(HAVE_GNUTLS, 1,
27 [define if you have GNUtls])