File project.diff of Package libmemcached
--- libmemcached.changes.orig
+++ libmemcached.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Nov 30 10:39:46 UTC 2012 - nikolai@prokoschenko.de
+
+- ported a Fedora patch to make building on SLE11 possible again
+
+-------------------------------------------------------------------
Mon Nov 19 16:19:25 UTC 2012 - dvaleev@suse.com
- fix defined but not used variable error on bigendian machines
--- libmemcached.spec.orig
+++ libmemcached.spec
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
Name: libmemcached
%define libsoname %{name}11
Summary: A C and C++ client library to the memcached server
@@ -86,6 +85,8 @@ methods.
%build
%configure --with-memcached=%{_sbindir}/memcached --disable-static --with-pic
+# for warning: unknown option after '#pragma GCC diagnostic' kind
+sed -e 's/-Werror//' -i Makefile
make %{?_smp_mflags}
%install