oschaaf closed pull request #1553: Add wget as dependency for Debian-based distros in build script URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1553
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/scripts/build_ngx_pagespeed.sh b/scripts/build_ngx_pagespeed.sh index 36b0f2224..6d4d707b1 100755 --- a/scripts/build_ngx_pagespeed.sh +++ b/scripts/build_ngx_pagespeed.sh @@ -494,7 +494,7 @@ add support for dynamic modules in a way compatible with ngx_pagespeed until status "Detected debian-based distro." install_dependencies "apt-get install ${INSTALL_FLAGS}" debian_is_installed \ - build-essential zlib1g-dev libpcre3 libpcre3-dev unzip uuid-dev + build-essential zlib1g-dev libpcre3 libpcre3-dev unzip wget uuid-dev if gcc_too_old; then if [ ! -e /usr/lib/gcc-mozilla/bin/gcc ]; then ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services