summaryrefslogtreecommitdiffstats
path: root/package/haproxy
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-10-05 21:45:27 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-14 10:03:53 +0200
commit443c21ec373a35e8d5a0c8750f6ed2312623b27e (patch)
tree0fd05a23481ca65fa074c700466b9b03458e328a /package/haproxy
parentc3162b9ad92c50339192c2fc115b36c953468397 (diff)
downloadbuildroot-443c21ec373a35e8d5a0c8750f6ed2312623b27e.tar.gz
buildroot-443c21ec373a35e8d5a0c8750f6ed2312623b27e.zip
haproxy: put back dependency on __sync_*_4
__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>
Diffstat (limited to 'package/haproxy')
-rw-r--r--package/haproxy/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/haproxy/Config.in b/package/haproxy/Config.in
index fbe5941b55..cbcbc0c388 100644
--- a/package/haproxy/Config.in
+++ b/package/haproxy/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_HAPROXY
bool "haproxy"
depends on BR2_USE_MMU # fork()
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics
help
HAProxy is a free, very fast and reliable solution offering
high availability, load balancing, and proxying for TCP and
OpenPOWER on IntegriCloud