You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/01/24 21:16:22 UTC

[GitHub] oschaaf opened a new pull request #1727: Fix failing `devel/build_release_tarball.sh`

oschaaf opened a new pull request #1727: Fix failing `devel/build_release_tarball.sh`
URL: https://github.com/apache/incubator-pagespeed-mod/pull/1727
 
 
   After deprecating our our own zlib version calling `devel/build_release_tarball.sh` started failing because it couldn't find `third_party/zlib/src/zlib.h` when compiling `png_optimizer_test.cc`. 
   Which seems odd because we want to link against the zlib system library and it only should try to find that path if `USE_SYSTEM_ZLIB` is not set.
   
   In any case, this fixes it -- but review would be appreciated

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services