From dc08318f01cc38f2c8e589eeeb26803e17e1343e Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Wed, 3 Jul 2019 07:12:32 +0200 Subject: [PATCH] haproxy: Change DEPENDS from libncursesw to libncurses - Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 49f0c0c33..b0a691e02 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -56,7 +56,7 @@ define Package/haproxy/Default/description endef 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) VARIANT:=ssl $(call Package/haproxy/Default)