From 3dfa96cdf970cb4afb614d71b595ebbc738ed5bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Dec 2020 10:39:01 +0100 Subject: update to 1.1.0-beta1 sources from https://github.com/m6w6/libmemcached open https://github.com/m6w6/libmemcached/issues/97 cmake files path open https://github.com/m6w6/libmemcached/issues/98 soname open https://github.com/m6w6/libmemcached/issues/99 build warning open https://github.com/m6w6/libmemcached/issues/100 headers path --- libmemcached-build.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libmemcached-build.patch (limited to 'libmemcached-build.patch') diff --git a/libmemcached-build.patch b/libmemcached-build.patch deleted file mode 100644 index df58c9f..0000000 --- a/libmemcached-build.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up ./clients/memflush.cc.old ./clients/memflush.cc ---- ./clients/memflush.cc.old 2017-02-12 10:12:59.615209225 +0100 -+++ ./clients/memflush.cc 2017-02-12 10:13:39.998382783 +0100 -@@ -39,7 +39,7 @@ int main(int argc, char *argv[]) - { - options_parse(argc, argv); - -- if (opt_servers == false) -+ if (!opt_servers) - { - char *temp; - -@@ -48,7 +48,7 @@ int main(int argc, char *argv[]) - opt_servers= strdup(temp); - } - -- if (opt_servers == false) -+ if (!opt_servers) - { - std::cerr << "No Servers provided" << std::endl; - exit(EXIT_FAILURE); -- cgit