File superbitcoin-leveldb.patch of Package superbitcoin

--- src/utils/CMakeLists.txt	2018-11-29 21:25:50.491968865 +0100
+++ src/utils/CMakeLists.txt	2019-03-27 12:11:45.215864708 +0100
@@ -1,4 +1,4 @@
-file(GLOB sources "*.cpp" "crypto/*.cpp" "crypto/allocators/*.cpp" "crypto/ctaes/*.c" "net/*.cpp"  "cryptopp/*.cpp")
-file(GLOB headers "*.h" "crypto/*.h" "crypto/allocators/*.h" "crypto/ctaes/*.h" "net/*.h" "cryptopp/*.h")
+file(GLOB sources "*.cpp" "crypto/*.cpp" "crypto/allocators/*.cpp" "crypto/ctaes/*.c" "net/*.cpp"  "cryptopp/*.cpp" "leveldb/helpers/*.cc")
+file(GLOB headers "*.h" "crypto/*.h" "crypto/allocators/*.h" "crypto/ctaes/*.h" "net/*.h" "cryptopp/*.h" "leveldb/helpers/*.h")
 
 add_library(utils ${sources} ${headers})
--- src/utils/dbwrapper.cpp	2018-11-29 21:25:50.647968861 +0100
+++ dbwrapper.cpp	2019-03-27 12:10:52.043866259 +0100
@@ -13,7 +13,7 @@
 #include <leveldb/cache.h>
 #include <leveldb/env.h>
 #include <leveldb/filter_policy.h>
-#include <leveldb/helpers/memenv.h>
+#include "leveldb/helpers/memenv.h"
 
 SET_CPP_SCOPED_LOG_CATEGORY(CID_DB);
 
openSUSE Build Service is sponsored by