diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-08 15:22:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-08 15:22:52 +0200 |
commit | 8ac6a1050fb01acec65c5544869c233fb0acfd28 (patch) | |
tree | 7eae0bee38a26e92596f25bb3b7d724b5fcda422 /memcached-incl.patch | |
parent | 7fcca1e9c7b42713aa4bd8216574442e00636cdb (diff) |
php-pecl-memcached: obso php53*, php54* + clean
Diffstat (limited to 'memcached-incl.patch')
-rw-r--r-- | memcached-incl.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/memcached-incl.patch b/memcached-incl.patch deleted file mode 100644 index f4eaa55..0000000 --- a/memcached-incl.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up memcached-1.0.2/config.m4.orig memcached-1.0.2/config.m4 ---- memcached-1.0.2/config.m4.orig 2011-09-17 17:23:48.000000000 +0200 -+++ memcached-1.0.2/config.m4 2011-09-17 17:24:52.000000000 +0200 -@@ -94,7 +94,7 @@ if test "$PHP_MEMCACHED" != "no"; then - igbinary_inc_path="$abs_srcdir/include/php" - elif test -f "$abs_srcdir/ext/igbinary/igbinary.h"; then - igbinary_inc_path="$abs_srcdir" -- elif test -f "$phpincludedir/ext/session/igbinary.h"; then -+ elif test -f "$phpincludedir/ext/igbinary/igbinary.h"; then - igbinary_inc_path="$phpincludedir" - else - for i in php php4 php5 php6; do |