Author: Tobias Geerinckx-Rice Date: Wed 22 Jan 22:58:13 CET 2020 Subject: gnu: memcached: Fix build with GCC 7. Taken verbating from this bug report: . 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); '>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-06gnu: ccache: Update to 3.4.3....Tobias Geerinckx-Rice
2018-03-27gnu: ccache: Update to 3.4.2....Tobias Geerinckx-Rice
2018-02-19gnu: ccache: Update to 3.4.1....Tobias Geerinckx-Rice
2018-02-12gnu: ccache: Update to 3.4....Eric Bavier
2018-01-15gnu: ccache: Update to 3.3.5....Tobias Geerinckx-Rice
2017-03-24gnu: ccache: Update to 3.3.4....Efraim Flashner
2016-10-30gnu: ccache: Update to 3.3.3....Efraim Flashner