Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tor/files: tor-0.2.5.5_alpha-fix-bufferevent-build.patch
Date: Fri, 20 Jun 2014 12:57:21
Message-Id: 20140620125716.B098D2004E@flycatcher.gentoo.org
1 blueness 14/06/20 12:57:16
2
3 Added: tor-0.2.5.5_alpha-fix-bufferevent-build.patch
4 Log:
5 Fix configure when --enable-bufferevents, bug #513932
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 net-misc/tor/files/tor-0.2.5.5_alpha-fix-bufferevent-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor-0.2.5.5_alpha-fix-bufferevent-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/files/tor-0.2.5.5_alpha-fix-bufferevent-build.patch?rev=1.1&content-type=text/plain
14
15 Index: tor-0.2.5.5_alpha-fix-bufferevent-build.patch
16 ===================================================================
17 diff -Naur tor-0.2.5.5-alpha.orig/configure.ac tor-0.2.5.5-alpha/configure.ac
18 --- tor-0.2.5.5-alpha.orig/configure.ac 2014-06-16 15:44:02.000000000 -0400
19 +++ tor-0.2.5.5-alpha/configure.ac 2014-06-20 08:33:39.178082858 -0400
20 @@ -454,7 +454,7 @@
21 [#include <event.h>
22 ])
23
24 -AC_CHECK_HEADERS(event2/event.h event2/dns.h)
25 +AC_CHECK_HEADERS(event2/event.h event2/dns.h event2/bufferevent_ssl.h)
26
27 LIBS="$save_LIBS"
28 LDFLAGS="$save_LDFLAGS"