mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user