]> git.pld-linux.org Git - packages/rocksdb.git/commitdiff
- use newer rpm macros that skip checking std::__once_callable, std::__once_call
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Jun 2018 04:57:57 +0000 (06:57 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Jun 2018 04:57:57 +0000 (06:57 +0200)
rocksdb.spec

index 86e305c51515a850ce3c746cfb4152d9466cf6e2..472d22c6c835d83f618dcf1f5ebd30c675bf3ba8 100644 (file)
@@ -29,14 +29,12 @@ BuildRequires:      libatomic-devel
 BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: lz4-devel >= 1:1.7
 BuildRequires: numactl-devel
+BuildRequires: rpmbuild(macros) >= 1.734
 BuildRequires: snappy-devel
 BuildRequires: zlib-devel
 BuildRequires: zstd-devel >= 0.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# std::__once_call, std::__once_callable non-function symbols
-%define                skip_post_check_so      librocksdb.so.*
-
 %description
 RocksDB is a Persistent Key-Value Store for Flash and RAM Storage.
 
This page took 0.106579 seconds and 4 git commands to generate.