Update zlib-ng and BoringSSL
This commit is contained in:
parent
2bb78e08c8
commit
efbc3c831f
8
PKGBUILD
8
PKGBUILD
@ -11,8 +11,8 @@ _fancyindex_ver=0.4.3
|
|||||||
_headers_more_ver=0.33
|
_headers_more_ver=0.33
|
||||||
_nchan_ver=1.2.6
|
_nchan_ver=1.2.6
|
||||||
_brotli_commit=e505dce68acc190cc5a1e780a3b0275e39f160ca
|
_brotli_commit=e505dce68acc190cc5a1e780a3b0275e39f160ca
|
||||||
_boringssl_commit=9638f8fba961a593c064e3036bb580bdace29e8f
|
_boringssl_commit=6be491b7bb57c3950d4fbb97fdd4a141e3fa4d63
|
||||||
_zlibng_commit=503bdef7a29a7078a50d8149e261c4299a82a9da
|
_zlibng_commit=5bd3c582908503135fd8d6326ca0e2a6a947b44f
|
||||||
|
|
||||||
_pkgname=nginx
|
_pkgname=nginx
|
||||||
pkgname=nginx-ilves
|
pkgname=nginx-ilves
|
||||||
@ -153,8 +153,8 @@ build() {
|
|||||||
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
|
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
|
||||||
--with-cc-opt="${CFLAGS} ${CPPFLAGS}" \
|
--with-cc-opt="${CFLAGS} ${CPPFLAGS}" \
|
||||||
--with-ld-opt="${LDFLAGS}" \
|
--with-ld-opt="${LDFLAGS}" \
|
||||||
--with-openssl="$(realpath ../boringssl-build)" \
|
--with-openssl="../boringssl-build" \
|
||||||
--with-zlib="$(realpath ../zlib-ng-build)" \
|
--with-zlib="../zlib-ng-build" \
|
||||||
${_common_flags[@]} \
|
${_common_flags[@]} \
|
||||||
${_mainline_flags[@]} \
|
${_mainline_flags[@]} \
|
||||||
${_module_flags[@]}
|
${_module_flags[@]}
|
||||||
|
Loading…
Reference in New Issue
Block a user