Browse Source

[lighttpd] Fixed to build when bzip2 is not available

early
Alejandro Mery 17 years ago
parent
commit
d9cb676ab6
  1. 2
      network/lighttpd/lighttpd.conf

2
network/lighttpd/lighttpd.conf

@ -22,6 +22,8 @@ var_append confopt ' ' "--enable-fastcgi"
if pkginstalled bzip2; then
var_append confopt ' ' "--with-bzip2"
else
var_append confopt ' ' "--without-bzip2"
fi
if pkginstalled openssl; then

Loading…
Cancel
Save