Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 605e61f

Browse files
authored
build_ngx_pagespeed.sh: add uuid-dev (#1497)
1 parent 8de5d7e commit 605e61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_ngx_pagespeed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
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

0 commit comments

Comments
 (0)