Config.in 638 B

12345678910111213141516171819
  1. config 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. config BR2_PACKAGE_HAPROXY
  9. bool "haproxy"
  10. depends on BR2_PACKAGE_HAPROXY_ARCH_SUPPORTS
  11. depends on BR2_USE_MMU # fork()
  12. depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
  13. help
  14. HAProxy is a free, very fast and reliable solution offering
  15. high availability, load balancing, and proxying for TCP and
  16. HTTP-based applications.
  17. http://www.haproxy.org