summaryrefslogtreecommitdiff
path: root/dev-php/pecl-gnupg/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-php/pecl-gnupg/files
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-php/pecl-gnupg/files')
-rw-r--r--dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
new file mode 100644
index 000000000000..c679bad631da
--- /dev/null
+++ b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
@@ -0,0 +1,9 @@
+--- a/config.m4 2007-05-04 13:23:41.000000000 +0000
++++ b/config.m4 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