Merge pull request #959 from CvH/fix_debug_aarch64

mysql: fixes debug build for aarch64
This commit is contained in:
Christian Hewitt 2017-02-02 09:33:55 +04:00 committed by GitHub
commit be747f5d82

View File

@ -58,6 +58,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