mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
memcached: import from packages, add myself as the maintainer
This adds the memcached package from the old svn package fee. I adopt the licensing information an will maintain the package in the future. This request also updates memcached to the last stable version 1.4.20. Building was testet with target x86_64, ar71xx and avr32 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
--- a/memcached.c
|
||||
+++ b/memcached.c
|
||||
@@ -13,6 +13,10 @@
|
||||
* Anatoly Vorobey <mellon@pobox.com>
|
||||
* Brad Fitzpatrick <brad@danga.com>
|
||||
*/
|
||||
+#ifndef __need_IOV_MAX
|
||||
+#define __need_IOV_MAX
|
||||
+#endif
|
||||
+
|
||||
#include "memcached.h"
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -29,9 +33,6 @@
|
||||
#define _P1003_1B_VISIBLE
|
||||
#endif
|
||||
/* need this to get IOV_MAX on some platforms. */
|
||||
-#ifndef __need_IOV_MAX
|
||||
-#define __need_IOV_MAX
|
||||
-#endif
|
||||
#include <pwd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
Reference in New Issue
Block a user