Removes workaround for building libbrotli
authorGerhard Schlager <mail@gerhard-schlager.at>
Mon, 30 Oct 2017 15:28:42 +0000 (16:28 +0100)
committerGerhard Schlager <mail@gerhard-schlager.at>
Mon, 30 Oct 2017 15:28:42 +0000 (16:28 +0100)
This reverts 4a33d3e72f85e2d380150ccad86fb02f0ba8babe
It was fixed in https://github.com/bagder/libbrotli/commit/89797d5d4bf2c569c4d3eef6687af610d2068d9f

image/base/install-nginx

index 8bfc68c1a8dc5bee74bd08eda8659b07611d03ac..e252ecfd77faa9d30513e407f1e4e2bcd8652a9d 100755 (executable)
@@ -10,8 +10,6 @@ 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