forked from pool/mariadb
99cf6cd6d2
- fix build on aarch64: compile a few more files with -O0 from https://jira.mariadb.org/browse/MDEV-14318 add patch mariadb-10.2.13-aarch_compilefix.patch OBS-URL: https://build.opensuse.org/request/show/587686 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=209
14 lines
382 B
Diff
14 lines
382 B
Diff
--- mariadb-10.2.13/storage/innobase/CMakeLists.txt 2018/03/13 23:32:34 1.1
|
|
+++ mariadb-10.2.13/storage/innobase/CMakeLists.txt 2018/03/13 23:33:42
|
|
@@ -175,7 +175,10 @@
|
|
btr/btr0btr.cc
|
|
btr/btr0cur.cc
|
|
buf/buf0buf.cc
|
|
+ fts/fts0fts.cc
|
|
gis/gis0sea.cc
|
|
+ handler/handler0alter.cc
|
|
+ row/row0mysql.cc
|
|
COMPILE_FLAGS "-O0"
|
|
)
|
|
ENDIF()
|