]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- disable coredumper on x32 auto/th/percona-server-5.7.31-34.2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 13 Dec 2020 19:31:04 +0000 (20:31 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 13 Dec 2020 19:31:21 +0000 (20:31 +0100)
- rel 2

percona-server.spec

index 8a1d0811651e2394f53b871a7bf8e20e71ca6d79..4819ba09eba0c9b16767ff051344a4fff6842bda 100644 (file)
@@ -36,6 +36,7 @@
 %bcond_with    system_boost    # Use system boost package
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
+%bcond_without coredumper      # coredumper support
 
 # tokudb is only supported on x86_64
 %ifnarch %{x8664}
 %undefine      with_tokudb
 %endif
 
-%define                rel     1
+%ifarch x32
+%undefine      with_coredumper
+%endif
+
+%define                rel     2
 %define                percona_rel     34
 Summary:       Percona Server: a very fast and reliable SQL database engine
 Summary(de.UTF-8):     Percona Server: ist eine SQL-Datenbank
@@ -563,6 +568,7 @@ CPPFLAGS="%{rpmcppflags}" \
        -DWITH_SCALABILITY_METRICS=ON \
        -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
        -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \
+       -DWITH_COREDUMPER=%{?with_coredumper:ON}%{!?with_coredumper:OFF} \
        %{!?with_tokudb:-DWITHOUT_TOKUDB=ON} \
        %{!?with_rocksdb:-DWITHOUT_ROCKSDB=ON} \
 %if %{without system_boost}
This page took 0.033206 seconds and 4 git commands to generate.