Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-sipe/files: pidgin-sipe-1.13.2-fix-sandbox-r1.patch pidgin-sipe-1.13.2-fix-sandbox.patch
Date: Sat, 30 Jun 2012 22:00:40
Message-Id: 20120630220030.72C212004C@flycatcher.gentoo.org
1 thev00d00 12/06/30 22:00:30
2
3 Added: pidgin-sipe-1.13.2-fix-sandbox-r1.patch
4 Removed: pidgin-sipe-1.13.2-fix-sandbox.patch
5 Log:
6 Fix build with USE=kerberos and krb5 dependency
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 x11-plugins/pidgin-sipe/files/pidgin-sipe-1.13.2-fix-sandbox-r1.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/files/pidgin-sipe-1.13.2-fix-sandbox-r1.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/pidgin-sipe/files/pidgin-sipe-1.13.2-fix-sandbox-r1.patch?rev=1.1&content-type=text/plain
15
16 Index: pidgin-sipe-1.13.2-fix-sandbox-r1.patch
17 ===================================================================
18 # Fix possible sandbox violation when snippet tries to probe for plugins
19 # Gentoo Bug 409559
20
21 --- pidgin-sipe-1.13.2/configure.ac 2012-03-14 21:53:10.000000000 +0000
22 +++ pidgin-sipe-1.13.2.new2/configure.ac 2012-06-30 22:48:40.081115371 +0100
23 @@ -309,23 +309,6 @@
24 AC_MSG_CHECKING([for purple SSL support])
25 ac_save_LIBS=$LIBS
26 LIBS="$PURPLE_LIBS"
27 - AC_RUN_IFELSE(
28 - [AC_LANG_PROGRAM([[
29 -#include <glib.h>
30 -#include <plugin.h>
31 -#include <sslconn.h>
32 - ]],
33 - [[
34 - purple_plugins_init();
35 - purple_plugins_probe(G_MODULE_SUFFIX);
36 - purple_ssl_init();
37 - return(purple_ssl_is_supported()?0:1);
38 - ]])],
39 - [AC_MSG_RESULT(ok)],
40 - [AC_MSG_FAILURE([your purple hasn't been compiled with SSL support.
41 -])
42 - ],
43 - [AC_MSG_WARN([cross compiling: not checking])])
44 ])
45
46 dnl check whether enable voice and video support