This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau
8 years ago
parent
2c9587cbe0
commit
3428785e4e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mail/mutt/Makefile
+ 1
- 1
mail/mutt/Makefile
View File
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
d
e
f
i
n
e
P
a
c
k
a
g
e
/
m
u
t
t
SECTION:
=
mail
CATEGORY:
=
Mail
DEPENDS:
=
+libopenssl +libncursesw
DEPENDS:
=
+libopenssl +libncursesw
+zlib
TITLE:
=
Console mail client
URL:
=
http://www.mutt.org/
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save