From: Christian Lachner Date: Sun, 4 Mar 2018 12:07:07 +0000 (+0100) Subject: haproxy: Fix non-ssl builds X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d6ff6a97d5e4c29a8e16e51eb76244b2312db4c2;p=openwrt-packages.git haproxy: Fix non-ssl builds - Add missing libatomic dependency in non-ssl variant of the build Signed-off-by: Christian Lachner --- diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 511ceca1f..e5d124b97 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