Browse Source

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

mariadb: fix sporadic build failure
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
f76a50e7a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/mariadb/Makefile

+ 2
- 1
utils/mariadb/Makefile 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


Loading…
Cancel
Save