Bug#811628: Patch for kyototycoon FTBFS

2017-10-17 Thread Shawn Landden
On Sun, 6 Aug 2017 22:53:22 + "brian m. carlson" < sand...@crustytoothpaste.net> wrote: > tags 811628 + patch > kthxbye > > Attached is a patch that makes kyotocabinet build (with warnings) with > GCC 7. I tried building it with CXX="g++ -std=c++03", but kyotocabinet > uses nullptr, so that

Bug#811628: Patch for kyototycoon FTBFS

2017-08-06 Thread brian m. carlson
tags 811628 + patch kthxbye Attached is a patch that makes kyotocabinet build (with warnings) with GCC 7. I tried building it with CXX="g++ -std=c++03", but kyotocabinet uses nullptr, so that wasn't going to work. I instead added the constexpr keyword which is now obligatory in C++ 11. I used