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: [email protected] With regards, Apache Git Services
