Browse Source

haproxy: Change DEPENDS from libncursesw to libncurses

- Change DEPENDS from libncrusesw to libncurses

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

+ 1
- 1
net/haproxy/Makefile View File

@ -56,7 +56,7 @@ define Package/haproxy/Default/description
endef endef
define Package/haproxy define Package/haproxy
DEPENDS+= +libpcre +libltdl +zlib +libpthread +libopenssl +libncursesw +libreadline +libatomic
DEPENDS+= +libpcre +libltdl +zlib +libpthread +libopenssl +libncurses +libreadline +libatomic
TITLE+= (with SSL support) TITLE+= (with SSL support)
VARIANT:=ssl VARIANT:=ssl
$(call Package/haproxy/Default) $(call Package/haproxy/Default)


Loading…
Cancel
Save