Commit f73ece56 authored by Andreas Beckmann's avatar Andreas Beckmann
Browse files

fix FTBFS on 32-bit mips*

parent 062f338f
mariadb-10.1 (10.1.24-3) unstable; urgency=medium
* Team upload.
* Add mips-innobase-atomic.patch, fixing FTBFS on 32-bit mips*, thanks to
James Cowgill. (Closes: #864298)
-- Andreas Beckmann <anbe@debian.org> Wed, 07 Jun 2017 02:23:44 +0200
mariadb-10.1 (10.1.24-2) unstable; urgency=medium
* Add Breaks: cqrlog (<< 1.9.0-5~) to ensure correct upgrade order
......
Author: James Cowgill <jcowgill@debian.org>
Description: fix FTBFS on 32-bit mips*
Bug-Debian: #864298
--- a/storage/innobase/include/os0sync.h
+++ b/storage/innobase/include/os0sync.h
@@ -37,6 +37,7 @@ Created 9/6/1995 Heikki Tuuri
#include "univ.i"
#include "ut0lst.h"
+#include "sync0types.h"
/** CPU cache line size */
#ifdef __powerpc__
......@@ -18,3 +18,4 @@ armhf_mroonga_storage_fail.patch
c11_atomics.patch
remove-systemd-obsolete-target.patch
kFreeBSD-gettid.patch
mips-innobase-atomic.patch
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment