mysql: fixes debug build for aarch64

This commit is contained in:
cvh 2017-01-11 18:34:07 +01:00
parent 54fb7d1177
commit fb1936fe17

View File

@ -59,6 +59,12 @@ PKG_CMAKE_OPTS_HOST="-DCMAKE_BUILD_TYPE=Release \
-DWITH_UNIT_TESTS=OFF \
-DWITH_ZLIB=bundled"
if [ "$DEBUG" = yes -a "$TARGET_ARCH" = aarch64 ]; then
pre_configure_target() {
strip_lto
}
fi
make_host() {
make comp_err
make gen_lex_hash