Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux/files: libselinux-2.0.85-headers.patch
Date: Wed, 29 Sep 2010 22:59:00
Message-Id: 20100929225855.64E5320051@flycatcher.gentoo.org
1 vapier 10/09/29 22:58:55
2
3 Added: libselinux-2.0.85-headers.patch
4 Log:
5 Fix by Chris Richards for building with glibc-2.12 #338302.
6
7 (Portage version: 2.2_rc86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-libs/libselinux/files/libselinux-2.0.85-headers.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/files/libselinux-2.0.85-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/files/libselinux-2.0.85-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: libselinux-2.0.85-headers.patch
16 ===================================================================
17 https://bugs.gentoo.org/338302
18
19 fix by Chris Richards for building with glibc-2.12
20
21 --- src/label_file.c
22 +++ src/label_file.c
23 @@ -19,6 +19,7 @@
24 #include <regex.h>
25 #include "callbacks.h"
26 #include "label_internal.h"
27 +#include <sys/stat.h>
28
29 /*
30 * Internals, mostly moved over from matchpathcon.c