Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-gnupg/files/1.3.2: 01-large_file_system.patch
Date: Wed, 26 Jan 2011 23:10:39
Message-Id: 20110126231029.3587320054@flycatcher.gentoo.org
1 mabi 11/01/26 23:10:29
2
3 Added: 01-large_file_system.patch
4 Log:
5 fix compile failure (largefile issue, thanks to Diego for this, bug #350018)
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch?rev=1.1&content-type=text/plain
14
15 Index: 01-large_file_system.patch
16 ===================================================================
17 --- config.m4 2007-05-04 13:23:41.000000000 +0000
18 +++ config.m4.new 2010-03-28 01:13:10.000000000 +0000
19 @@ -41,4 +41,6 @@
20 PHP_SUBST(GNUPG_SHARED_LIBADD)
21
22 PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared)
23 +
24 + AC_SYS_LARGEFILE
25 fi