git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
92b5742
)
haproxy: Change DEPENDS from libncursesw to libncurses
author
Christian Lachner
<redacted>
Wed, 3 Jul 2019 05:12:32 +0000
(07:12 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/net/haproxy/Makefile
b/net/haproxy/Makefile
index 49f0c0c33aa5745a738df11f1a7f751ebeca053d..b0a691e020f160cae953b46a09cd4ec892f46819 100644
(file)
--- 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 +libncurses
w
+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