mirror of
https://git.centos.org/rpms/mariadb.git
synced 2025-02-24 00:32:58 +00:00
mariadb-spider_on_armv7hl.patch
This commit is contained in:
parent
6e0986f0bd
commit
6145a4f050
2 changed files with 1084 additions and 0 deletions
1078
SOURCES/mariadb-spider_on_armv7hl.patch
Normal file
1078
SOURCES/mariadb-spider_on_armv7hl.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -200,6 +200,8 @@ Patch11: %{pkgnamepatch}-covscan.patch
|
|||
# Patch12: Downstream fix for a correct pkgconfig file location
|
||||
Patch12: %{pkgnamepatch}-pcdir.patch
|
||||
|
||||
Patch999: mariadb-spider_on_armv7hl.patch
|
||||
|
||||
BuildRequires: cmake gcc-c++
|
||||
BuildRequires: multilib-rpm-config
|
||||
BuildRequires: selinux-policy-devel
|
||||
|
@ -701,6 +703,10 @@ find . -name "*.jar" -type f -exec rm --verbose -f {} \;
|
|||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
|
||||
%ifarch %{arm}
|
||||
%patch999 -p1
|
||||
%endif
|
||||
|
||||
# workaround for upstream bug #56342
|
||||
#rm mysql-test/t/ssl_8k_key-master.opt
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue