Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
libmemcache
libmemcache-1.4.0.rc2_gnusource.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmemcache-1.4.0.rc2_gnusource.patch of Package libmemcache
Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac @@ -16,6 +16,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET +AC_GNU_SOURCE MEMCACHE_MAJOR_VERSION=1 MEMCACHE_MINOR_VERSION=4 Index: src/memcache.c =================================================================== --- src/memcache.c.orig +++ src/memcache.c @@ -39,13 +39,6 @@ #include <sysexits.h> #include <errno.h> #include <sys/types.h> -#ifdef __linux -# ifndef __USE_POSIX -# define __USE_POSIX -#warning "Working around busted-ass Linux header include problems: use FreeBSD instead" -#warning "http://www.FreeBSD.org/ - you won't regret it" -# endif -#endif #include <sys/time.h> #include <sys/socket.h> #include <sys/uio.h>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor