mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/zabbix: add missing BR2_OPTIMIZE_FAST
Add missing BR2_OPTIMIZE_FAST dependency to BR2_PACKAGE_ZABBIX_SERVER to avoid the following build failure raised since commite702a05d89: checking for Zabbix server/proxy database selection... error configure: error: No database selected for Zabbix server/proxy. Use --with-mysql or --with-oracle or --with-postgresql or --with-sqlite3. Fixes: - http://autobuild.buildroot.org/results/ab403b45761c82f49a9380564bf10d3e7ae935f2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit6da2b51a66) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0d72086f61
commit
ff96b15e7a
@@ -26,7 +26,7 @@ config BR2_PACKAGE_ZABBIX_SERVER
|
||||
depends on BR2_USE_MMU # mysql, postgresql
|
||||
depends on \
|
||||
(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS) || \
|
||||
(BR2_USE_WCHAR && !BR2_STATIC_LIBS)
|
||||
(BR2_USE_WCHAR && !BR2_STATIC_LIBS && !BR2_OPTIMIZE_FAST)
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user