summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2011-01-26 23:10:29 +0000
committerMatti Bickel <mabi@gentoo.org>2011-01-26 23:10:29 +0000
commitd9527a2362037b8bdbee524a3dfd415d717ed498 (patch)
tree8233820051db980e1c579f07b1753b6509acc017 /dev-php5/pecl-gnupg/files
parentadd ~ppc wrt #348984 (diff)
downloadgentoo-2-d9527a2362037b8bdbee524a3dfd415d717ed498.tar.gz
gentoo-2-d9527a2362037b8bdbee524a3dfd415d717ed498.tar.bz2
gentoo-2-d9527a2362037b8bdbee524a3dfd415d717ed498.zip
fix compile failure (largefile issue, thanks to Diego for this, bug #350018)
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-gnupg/files')
-rw-r--r--dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch
new file mode 100644
index 000000000000..4e64e3ccef1a
--- /dev/null
+++ b/dev-php5/pecl-gnupg/files/1.3.2/01-large_file_system.patch
@@ -0,0 +1,9 @@
+--- config.m4 2007-05-04 13:23:41.000000000 +0000
++++ config.m4.new 2010-03-28 01:13:10.000000000 +0000
+@@ -41,4 +41,6 @@
+ PHP_SUBST(GNUPG_SHARED_LIBADD)
+
+ PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared)
++
++ AC_SYS_LARGEFILE
+ fi