haproxy: Change DEPENDS from libncursesw to libncurses
- Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
parent
92b5742300
commit
dc08318f01
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue