Browse Source
Merge pull request #5976 from micmac1/mariadb-fix-sporadic-libevent-fail
mariadb: fix sporadic build failure
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
utils/mariadb/Makefile
|
|
@ -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 |
|
|
|
|
|
|
|