Merge pull request #5976 from micmac1/mariadb-fix-sporadic-libevent-fail

mariadb: fix sporadic build failure
This commit is contained in:
Hannu Nyman 2018-04-29 11:51:19 +03:00 committed by GitHub
commit f76a50e7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
HOST_BUILD_DEPENDS:=libxml2/host
PKG_BUILD_DEPENDS:=mariadb/host
# Without libevent2 tests/async_queries sporadically fails on the bots
PKG_BUILD_DEPENDS:=libevent2 mariadb/host
CMAKE_INSTALL:=1