mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
committed by
Martin Jansa
parent
f2369ddef2
commit
945cdceca4
@@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause"
|
|||||||
|
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
|
|
||||||
DEPENDS = "libpcre gzip openssl"
|
DEPENDS = "libpcre zlib openssl"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
http://nginx.org/download/nginx-${PV}.tar.gz \
|
http://nginx.org/download/nginx-${PV}.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user