forked from pool/mariadb
fix
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=171
This commit is contained in:
parent
476e720435
commit
f37a164df2
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aa62499d5bcff38f7c077245fc896160539eef671aa1588bd7d65defd6bbe78
|
||||
size 219
|
||||
oid sha256:746bd24dc78bad63f5066c36c42743f66ea387359388ea22787d1dc51ca0045a
|
||||
size 221
|
||||
|
@ -11,6 +11,7 @@ rm -f %buildroot%_libdir/*.a
|
||||
[ \! -f "%buildroot%_libdir/"libmysqld.static ] || mv "%buildroot%_libdir/"libmysqld.static "%buildroot%_libdir/"libmysqld.a
|
||||
rm -f %buildroot%_libdir/mysql/{,plugin}/*.{a,la}
|
||||
rm -f %buildroot%_libdir/mysql/libndbclient.*
|
||||
rm -f %buildroot%_libdir/mysql/plugin/debug_key_management.so
|
||||
rm -f %{buildroot}/usr/share/mysql-test/{mysql-test-run,mtr}
|
||||
rm -f %{buildroot}/usr/share/mysql/{binary-configure,errmsg-utf8.txt,magic,mysql-log-rotate,mysql*.server}
|
||||
rm -f %{buildroot}%{_libdir}/mysql/plugin/daemon_example.ini
|
||||
|
12
mariadb.spec
12
mariadb.spec
@ -27,13 +27,13 @@
|
||||
%endif
|
||||
|
||||
%if 0 > 0
|
||||
%define_with_jemalloc 1
|
||||
%define_with_oqgraph 1
|
||||
%define_with_cassandra 1
|
||||
%define with_jemalloc 1
|
||||
%define with_oqgraph 1
|
||||
%define with_cassandra 1
|
||||
%else
|
||||
%define_with_jemalloc 0
|
||||
%define_with_oqgraph 0
|
||||
%define_with_cassandra 0
|
||||
%define with_jemalloc 0
|
||||
%define with_oqgraph 0
|
||||
%define with_cassandra 0
|
||||
%endif
|
||||
|
||||
Name: mariadb
|
||||
|
Loading…
Reference in New Issue
Block a user