Browse Source

neon: add missing dependency on zlib

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 8 years ago
parent
commit
e9eb72b91b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/neon/Makefile

+ 1
- 1
libs/neon/Makefile View File

@ -24,7 +24,7 @@ define Package/libneon
CATEGORY:=Libraries
TITLE:=HTTP and WebDAV client library
URL:=http://www.webdav.org/neon/
DEPENDS:=+libopenssl +libexpat
DEPENDS:=+libopenssl +libexpat +zlib
MAINTAINER:=Federico Di Marco <fededim@gmail.com>
endef


Loading…
Cancel
Save