Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgsasl/files: libgsasl-gss-extra.patch
Date: Wed, 02 Nov 2011 08:35:40
Message-Id: 20111102083531.630122004C@flycatcher.gentoo.org
1 eras 11/11/02 08:35:31
2
3 Added: libgsasl-gss-extra.patch
4 Log:
5 Fix compiling against heimdal - bug #359005. Thanks to Torsten Kurbad
6
7 (Portage version: 2.1.10.32/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/libgsasl/files/libgsasl-gss-extra.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/files/libgsasl-gss-extra.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgsasl/files/libgsasl-gss-extra.patch?rev=1.1&content-type=text/plain
14
15 Index: libgsasl-gss-extra.patch
16 ===================================================================
17 Gentoo bug #359009
18
19 --- libgsasl-1.6.0/gl/gss-extra.c.orig 2011-03-15 18:08:06.534086334 +0100
20 +++ libgsasl-1.6.0/gl/gss-extra.c 2011-03-15 18:08:50.114086334 +0100
21 @@ -33,6 +33,7 @@
22 /* Get malloc, free. */
23 #include <stdlib.h>
24
25 +#if (defined _WIN32 || defined __WIN32__)
26 #ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE
27
28 /* MIT Kerberos for Windows version 3.2.2 lacks this. */
29 @@ -43,6 +44,7 @@
30 gss_OID GSS_C_NT_HOSTBASED_SERVICE = &tmp;
31
32 #endif
33 +#endif
34
35 #ifndef HAVE_GSS_OID_EQUAL