[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:
@ -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
|
||||
|
Reference in New Issue
Block a user