From d9cb676ab6b0aee36ba1433a4ef60a67c4762117 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 12 Mar 2008 03:42:10 +0000 Subject: [PATCH] [lighttpd] Fixed to build when bzip2 is not available --- network/lighttpd/lighttpd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/network/lighttpd/lighttpd.conf b/network/lighttpd/lighttpd.conf index 736dc61a6..322512455 100644 --- a/network/lighttpd/lighttpd.conf +++ b/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