From efbc3c831f077ed55bb4770bb42fe11535e82112 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Wed, 30 Oct 2019 19:48:30 +0200 Subject: [PATCH] Update zlib-ng and BoringSSL --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3f8785c..eed2062 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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[@]}