Accepting request 1081751 from home:AndreasStieger:branches:server:database
fix gflags OBS-URL: https://build.opensuse.org/request/show/1081751 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=16
This commit is contained in:
parent
0b83945d3d
commit
d7b3632ec0
@ -34,8 +34,6 @@ BuildRequires: cmake
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Snappy)
|
BuildRequires: cmake(Snappy)
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
# needs gflags with SR#1075555
|
|
||||||
BuildRequires: pkgconfig(gflags)
|
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
BuildRequires: pkgconfig(liburing)
|
BuildRequires: pkgconfig(liburing)
|
||||||
BuildRequires: pkgconfig(libzstd)
|
BuildRequires: pkgconfig(libzstd)
|
||||||
@ -43,6 +41,12 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
%if %{with jemalloc}
|
%if %{with jemalloc}
|
||||||
BuildRequires: pkgconfig(jemalloc)
|
BuildRequires: pkgconfig(jemalloc)
|
||||||
%endif
|
%endif
|
||||||
|
# see SR#1075555 for gflags linking failure
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
BuildRequires: pkgconfig(gflags)
|
||||||
|
%else
|
||||||
|
BuildRequires: gflags-devel-static
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RocksDB is a high performance embedded database for key-value data.
|
RocksDB is a high performance embedded database for key-value data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user