haproxy: Fix non-ssl builds
authorChristian Lachner <redacted>
Sun, 4 Mar 2018 12:07:07 +0000 (13:07 +0100)
committerChristian Lachner <redacted>
Sun, 4 Mar 2018 12:10:53 +0000 (13:10 +0100)
- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <redacted>
net/haproxy/Makefile

index 511ceca1fc96e19c849fe5d8b8acee0469cf24d6..e5d124b9725a89c5301dce17454ca7cf2742dafa 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT