summaryrefslogtreecommitdiffstats
path: root/memcached-incl.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
commit7fcca1e9c7b42713aa4bd8216574442e00636cdb (patch)
tree82d03268ccdf4ba2d7e3e149a2fdab4ae955bc5b /memcached-incl.patch
repo reorg
Diffstat (limited to 'memcached-incl.patch')
-rw-r--r--memcached-incl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/memcached-incl.patch b/memcached-incl.patch
new file mode 100644
index 0000000..f4eaa55
--- /dev/null
+++ b/memcached-incl.patch
@@ -0,0 +1,12 @@
+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