Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl/files: libnl-1.1-glibc-2.8-ULONG_MAX.patch
Date: Mon, 09 Jun 2008 08:07:08
Message-Id: E1K5cP3-0002AK-Az@stork.gentoo.org
1 pva 08/06/09 08:06:57
2
3 Added: libnl-1.1-glibc-2.8-ULONG_MAX.patch
4 Log:
5 Fixes build with glibc-2.8, bug #225393, thank Tobias Senner and Jose daLuz for report.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-libs/libnl/files/libnl-1.1-glibc-2.8-ULONG_MAX.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/files/libnl-1.1-glibc-2.8-ULONG_MAX.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/files/libnl-1.1-glibc-2.8-ULONG_MAX.patch?rev=1.1&content-type=text/plain
13
14 Index: libnl-1.1-glibc-2.8-ULONG_MAX.patch
15 ===================================================================
16 https://bugs.gentoo.org/show_bug.cgi?id=225393
17
18 --- include/netlink-local.h 2008-06-09 07:54:20 +0000
19 +++ include/netlink-local.h 2008-06-09 07:54:47 +0000
20 @@ -26,6 +26,7 @@
21 #include <sys/socket.h>
22 #include <inttypes.h>
23 #include <assert.h>
24 +#include <limits.h>
25
26 #include <arpa/inet.h>
27 #include <netdb.h>
28
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list