]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- don't build storages on unsupported archs auto/th/percona-server-5.7.20-18.3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 27 Dec 2017 22:13:59 +0000 (23:13 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 27 Dec 2017 22:13:59 +0000 (23:13 +0100)
- updated BRs
- rel 3

percona-server.spec

index 0edf3663e3b62ca19fb78134dafa71840ab8be5d..82aa4d5741e1dd2af3001fe20a5f8e328b2540fd 100644 (file)
@@ -43,7 +43,7 @@
 %undefine      with_tokudb
 %endif
 
-%define                rel     2
+%define                rel     3
 %define                percona_rel     18
 %include       /usr/lib/rpm/macros.perl
 Summary:       Percona Server: a very fast and reliable SQL database engine
@@ -96,6 +96,7 @@ Patch24:      mysql-cmake.patch
 URL:           https://www.percona.com/software/mysql-database/percona-server
 BuildRequires: bison >= 1.875
 BuildRequires: cmake >= 2.8.2
+BuildRequires: curl-devel
 BuildRequires: readline-devel >= 6.2
 BuildRequires: libstdc++-devel >= 5:4.0
 BuildRequires: automake
@@ -108,6 +109,7 @@ BuildRequires:      ncurses-devel >= 4.2
 BuildRequires: pam-devel
 %{?with_autodeps:BuildRequires:        perl-DBI}
 BuildRequires: perl-devel >= 1:5.6.1
+BuildRequires: protobuf-devel
 BuildRequires: python-modules
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.597
@@ -551,6 +553,8 @@ CPPFLAGS="%{rpmcppflags}" \
        -DWITH_SCALABILITY_METRICS=ON \
        -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
        -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
+       %{!?with_tokudb:-DWITHOUT_TOKUDB=ON} \
+       %{!?with_rocksdb:-DWITHOUT_ROCKSDB=ON} \
 %if %{without system_boost}
        %{!?with_system_boost:-DWITH_BOOST="$(pwd)/$(ls -1d ../boost_*)"} \
 %endif
This page took 0.052118 seconds and 4 git commands to generate.