mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
nginx: depend on zlib instead of gzip
nginx requires zlib not gzip for compression. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f2369ddef2
commit
945cdceca4
|
|
@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause"
|
|||
|
||||
SECTION = "net"
|
||||
|
||||
DEPENDS = "libpcre gzip openssl"
|
||||
DEPENDS = "libpcre zlib openssl"
|
||||
|
||||
SRC_URI = " \
|
||||
http://nginx.org/download/nginx-${PV}.tar.gz \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user