aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lighttpd.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/lighttpd.rb b/Library/Formula/lighttpd.rb
index 315988d95..bb3ffb60c 100644
--- a/Library/Formula/lighttpd.rb
+++ b/Library/Formula/lighttpd.rb
@@ -18,7 +18,11 @@ class Lighttpd < Formula
--prefix=#{prefix}
--with-openssl
--with-ldap
+ --with-zlib
+ --with-bzip2
+ --with-attr
]
+
args << "--with-lua" if build.with? 'lua'
args << "--with-libev" if build.with? 'libev'