diff options
author | Arturo Rinaldi <arty.net2@gmail.com> | 2017-02-18 23:11:04 +0100 |
---|---|---|
committer | Arturo Rinaldi <arty.net2@gmail.com> | 2017-02-18 23:11:04 +0100 |
commit | e42a595ce577ef066cb7c50425ae880d6d37d01c (patch) | |
tree | 1c7f25d71816b7ea2da286ff258b70976e29fb0a /net | |
parent | a3d01ddf2999a40602c2084324fed6a4c4dfa11c (diff) |
apache : fixing zlib dependency
Diffstat (limited to 'net')
-rw-r--r-- | net/apache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/apache/Makefile b/net/apache/Makefile index d436bd392..216300460 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -40,7 +40,7 @@ endef define Package/apache $(call Package/apache/Default) - DEPENDS:=+libapr +libaprutil +libpcre +libopenssl +unixodbc + DEPENDS:=+libapr +libaprutil +libpcre +libopenssl +unixodbc +zlib endef define Package/apache/description |