From 4a33d3e72f85e2d380150ccad86fb02f0ba8babe Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Sat, 21 Oct 2017 02:01:09 +0200 Subject: [PATCH] Workaround for https://github.com/bagder/libbrotli/issues/45 --- image/base/install-nginx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/base/install-nginx b/image/base/install-nginx index e252ecf..8bfc68c 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -10,6 +10,8 @@ git clone https://github.com/bagder/libbrotli cd libbrotli ./autogen.sh ./configure +# workaround for https://github.com/bagder/libbrotli/issues/45 +mkdir brotli/c/tools/.deps && touch brotli/c/tools/.deps/brotli-brotli.Po make install cd /tmp -- 2.25.1