From: Christian Lachner Date: Wed, 3 Jul 2019 05:12:32 +0000 (+0200) Subject: haproxy: Change DEPENDS from libncursesw to libncurses X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dc08318f01cc38f2c8e589eeeb26803e17e1343e;p=openwrt-packages.git haproxy: Change DEPENDS from libncursesw to libncurses - Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner --- 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)