[packages/rocksdb] - fix make params, added USE_RTTI=1 to enable extending classes and prevent unresolved symbols whe

hawk hawk at pld-linux.org
Thu May 16 13:20:26 CEST 2019


commit e76d675caf82bc839ba99207038003431933e8e3
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Thu May 16 13:18:30 2019 +0200

    - fix make params, added USE_RTTI=1 to enable extending classes and
      prevent unresolved symbols when linking with rocksdb

 rocksdb.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/rocksdb.spec b/rocksdb.spec
index 8f4c1e8..83e782d 100644
--- a/rocksdb.spec
+++ b/rocksdb.spec
@@ -9,7 +9,7 @@ Summary:	RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
 Summary(pl.UTF-8):	RocksDB - trwała baza danych klucz-wartość dla pamięci Flash i RAM
 Name:		rocksdb
 Version:	6.0.2
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 #Source0Download: https://github.com/facebook/rocksdb/releases
@@ -81,11 +81,12 @@ PLATFORM_LDFLAGS="-latomic" \
 	AM_DEFAULT_VERBOSITY=1 \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
-	%{!?with_debug:DEBUG_LEVEL=0}
+	%{!?with_debug:DEBUG_LEVEL=0} \
 	EXTRA_CFLAGS="$(pkg-config --cflags liblz4)" \
 	OPT="%{rpmcflags} %{!?debug:-DNDEBUG}" \
 	PORTABLE=1 \
 	%{!?with_tbb:ROCKSDB_DISABLE_TBB=1} \
+	USE_RTTI=1 \
 	WARNING_FLAGS="%{rpmcppflags} -Wall"
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rocksdb.git/commitdiff/e76d675caf82bc839ba99207038003431933e8e3



More information about the pld-cvs-commit mailing list