Skip to content

Commit

Permalink
fix for CLOUDFLARE_ZLIB='y' set nginx zlib routine
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Dec 17, 2017
1 parent c82e4ac commit 62f5de9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inc/zlib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ nginxzlib_install() {
git pull
popd
fi
# cd "zlib-cloudflare-${CLOUDFLARE_ZLIBVER}"
pushd "zlib-cloudflare-${CLOUDFLARE_ZLIBVER}"
# sed -i "s|\#define ZLIB_VERSION .*|\#define ZLIB_VERSION \"${CLOUDFLARE_ZLIBVER}\"|" zlib.h
# ldconfig
# make -f Makefile.in distclean
make -f Makefile.in distclean
popd
# # ./configure --prefix=/usr/local/zlib-cf
# ./configure
# make${MAKETHREADS}
Expand Down

0 comments on commit 62f5de9

Please sign in to comment.