forked from pool/rocksdb
Andreas Stieger
26fc4ae8e1
tweaks, tools OBS-URL: https://build.opensuse.org/request/show/1073869 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=2
11 lines
287 B
Diff
11 lines
287 B
Diff
Index: rocksdb-8.0.0/tools/CMakeLists.txt
|
|
===================================================================
|
|
--- rocksdb-8.0.0.orig/tools/CMakeLists.txt
|
|
+++ rocksdb-8.0.0/tools/CMakeLists.txt
|
|
@@ -1,3 +1,5 @@
|
|
+set(CMAKE_SKIP_BUILD_RPATH TRUE)
|
|
+
|
|
set(CORE_TOOLS
|
|
sst_dump.cc
|
|
ldb.cc)
|