From d6ff6a97d5e4c29a8e16e51eb76244b2312db4c2 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sun, 4 Mar 2018 13:07:07 +0100 Subject: [PATCH] haproxy: Fix non-ssl builds - Add missing libatomic dependency in non-ssl variant of the build Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 511ceca1fc..e5d124b972 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -77,7 +77,7 @@ endef define Package/haproxy-nossl TITLE+= (without SSL support) VARIANT:=nossl - DEPENDS+= +libpcre +libltdl +zlib +libpthread + DEPENDS+= +libpcre +libltdl +zlib +libpthread +libatomic TITLE+= (without SSL support) $(call Package/haproxy/Default) endef