File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ add support for dynamic modules in a way compatible with ngx_pagespeed until
486486 status " Detected debian-based distro."
487487
488488 install_dependencies " apt-get install" debian_is_installed \
489- " build-essential zlib1g-dev libpcre3 libpcre3-dev unzip uuid-dev"
489+ build-essential zlib1g-dev libpcre3 libpcre3-dev unzip uuid-dev
490490
491491 if gcc_too_old; then
492492 if [ ! -e /usr/lib/gcc-mozilla/bin/gcc ]; then
@@ -504,7 +504,7 @@ add support for dynamic modules in a way compatible with ngx_pagespeed until
504504 status " Detected redhat-based distro."
505505
506506 install_dependencies " yum install" redhat_is_installed \
507- " gcc-c++ pcre-devel zlib-devel make unzip wget"
507+ gcc-c++ pcre-devel zlib-devel make unzip wget libuuid-devel
508508 if gcc_too_old; then
509509 if [ ! -e /opt/rh/devtoolset-2/root/usr/bin/gcc ]; then
510510 redhat_major_version=$(
You can’t perform that action at this time.
0 commit comments