mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user