[packages] memcached: update to 1.4.11 (#10804), add missing libpthread dependency, use PKG_INSTALL, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2012-01-19 00:46:53 +00:00
parent 76fe2c1cf7
commit fc96e6ba20
2 changed files with 14 additions and 12 deletions

View File

@ -1,8 +1,8 @@
--- a/memcached.c
+++ b/memcached.c
@@ -15,6 +15,10 @@
std *
* $Id$
@@ -13,6 +13,10 @@
* Anatoly Vorobey <mellon@pobox.com>
* Brad Fitzpatrick <brad@danga.com>
*/
+#ifndef __need_IOV_MAX
+#define __need_IOV_MAX