diff --git a/packages/nginx/build.sh b/packages/nginx/build.sh index 271829c88..5413ad51e 100644 --- a/packages/nginx/build.sh +++ b/packages/nginx/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Lightweight HTTP server" TERMUX_PKG_LICENSE="BSD 2-Clause" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=1.21.3 -TERMUX_PKG_REVISION=4 +TERMUX_PKG_REVISION=5 TERMUX_PKG_SRCURL=http://nginx.org/download/nginx-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a TERMUX_PKG_DEPENDS="libandroid-glob, libcrypt, pcre, openssl, zlib" @@ -65,6 +65,8 @@ termux_step_configure() { --with-http_ssl_module \ --with-http_v2_module \ --with-http_gunzip_module \ + --with-stream \ + --with-stream_ssl_module \ $DEBUG_FLAG }