mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
c3162b9ad9
commit
443c21ec37
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_HAPROXY
|
config BR2_PACKAGE_HAPROXY
|
||||||
bool "haproxy"
|
bool "haproxy"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics
|
||||||
help
|
help
|
||||||
HAProxy is a free, very fast and reliable solution offering
|
HAProxy is a free, very fast and reliable solution offering
|
||||||
high availability, load balancing, and proxying for TCP and
|
high availability, load balancing, and proxying for TCP and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user