xref: /OK3568_Linux_fs/buildroot/package/haproxy/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS
2	bool
3	default y
4	# src/proto_http.c:6330:1: internal compiler error: Segmentation fault
5	depends on !BR2_nios2
6	# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040
7	depends on !(BR2_sh4 && !BR2_TOOLCHAIN_GCC_AT_LEAST_7)
8
9config BR2_PACKAGE_HAPROXY
10	bool "haproxy"
11	depends on BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS
12	depends on BR2_USE_MMU # fork()
13	depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
14	help
15	  HAProxy is a free, very fast and reliable solution offering
16	  high availability, load balancing, and proxying for TCP and
17	  HTTP-based applications.
18
19	  http://www.haproxy.org
20