Browse Source

haproxy: Fix non-ssl builds

- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <gladiac@gmail.com>
lilik-openwrt-22.03
Christian Lachner 6 years ago
parent
commit
d6ff6a97d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/haproxy/Makefile

+ 1
- 1
net/haproxy/Makefile View 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


Loading…
Cancel
Save