haproxy: Fix non-ssl builds
- Add missing libatomic dependency in non-ssl variant of the build Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
parent
02deb12f70
commit
d6ff6a97d5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ endef
|
||||||
define Package/haproxy-nossl
|
define Package/haproxy-nossl
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
VARIANT:=nossl
|
VARIANT:=nossl
|
||||||
DEPENDS+= +libpcre +libltdl +zlib +libpthread
|
DEPENDS+= +libpcre +libltdl +zlib +libpthread +libatomic
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
$(call Package/haproxy/Default)
|
$(call Package/haproxy/Default)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue