summaryrefslogtreecommitdiffstats
path: root/package/haproxy/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* haproxy: disable on sh4 with gcc < 7Fabrice Fontaine2019-01-281-0/+2
| | | | | | | | | | | | | | | | Build fails on sh4: src/dns.c:290:1: error: unable to find a register to spill in class 'R0_REGS' } This build failure seems related to a known gcc bug that has been fixed only in gcc 7: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60040 Fixes: - http://autobuild.buildroot.org/results/2e181cc874d5389f10ecddb0d11253c3aa5e7fc4 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* haproxy: put back dependency on __sync_*_4Fabrice Fontaine2018-10-141-0/+1
| | | | | | | | | | | | | | __sync_*_4 intrinsics is used by common/hathreads.h when gcc < 4.7 but also by contrib/tcploop.c or include/proto/shctx.h so put back a mandatory dependency on BR2_TOOLCHAIN_HAS_SYNC_4 which has been wrongly removed by commit f22fca4bf27f884950dd7804020e5d5193b570b9 ("haproxy: tweak thread activation"). Fixes: - http://autobuild.buildroot.net/results/52c88f2f27e1a3c42cf71554cf680da86d933ef6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* haproxy: tweak thread activationFabrice Fontaine2018-10-031-1/+0
| | | | | | | | | | | | | | | | | If threads are enabled, as described in include/common/hathreads.h, haproxy uses __sync_*_4 intrisics if gcc < 4.7. Otherwise, haproxy uses __atomic_ intrinsics. As a result, instead of adding a dependency on BR2_TOOLCHAIN_HAS_SYNC_4 and BR2_TOOLCHAIN_HAS_ATOMIC in Config.in, enable threads only if the dependencies are fulfilled in haproxy.mk Fixes: - http://autobuild.buildroot.org/results/7f24873ecdd9246c95c03bb8d2fcd4c16c488c6c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* haproxy: new packageFabrice Fontaine2018-09-271-0/+10
HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. http://www.haproxy.org Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud