Update zlib-ng and BoringSSL

This commit is contained in:
Mark Vainomaa 2019-10-30 19:48:30 +02:00
parent 2bb78e08c8
commit efbc3c831f
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ _fancyindex_ver=0.4.3
_headers_more_ver=0.33
_nchan_ver=1.2.6
_brotli_commit=e505dce68acc190cc5a1e780a3b0275e39f160ca
_boringssl_commit=9638f8fba961a593c064e3036bb580bdace29e8f
_zlibng_commit=503bdef7a29a7078a50d8149e261c4299a82a9da
_boringssl_commit=6be491b7bb57c3950d4fbb97fdd4a141e3fa4d63
_zlibng_commit=5bd3c582908503135fd8d6326ca0e2a6a947b44f
_pkgname=nginx
pkgname=nginx-ilves
@ -153,8 +153,8 @@ build() {
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
--with-cc-opt="${CFLAGS} ${CPPFLAGS}" \
--with-ld-opt="${LDFLAGS}" \
--with-openssl="$(realpath ../boringssl-build)" \
--with-zlib="$(realpath ../zlib-ng-build)" \
--with-openssl="../boringssl-build" \
--with-zlib="../zlib-ng-build" \
${_common_flags[@]} \
${_mainline_flags[@]} \
${_module_flags[@]}