haproxy: Change DEPENDS from libncursesw to libncurses
authorChristian Lachner <redacted>
Wed, 3 Jul 2019 05:12:32 +0000 (07:12 +0200)
committerChristian Lachner <redacted>
Wed, 3 Jul 2019 05:12:32 +0000 (07:12 +0200)
- Change DEPENDS from libncrusesw to libncurses

Signed-off-by: Christian Lachner <redacted>
net/haproxy/Makefile

index 49f0c0c33aa5745a738df11f1a7f751ebeca053d..b0a691e020f160cae953b46a09cd4ec892f46819 100644 (file)
@@ -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)
git clone https://git.99rst.org/PROJECT