aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-11 20:02:07 -0600
committerJack Nagel2013-02-11 20:07:52 -0600
commit771537808065e098261e4654bc8496bef8d35877 (patch)
tree0c0f8ca4be2a98125830ac8c3ca24a6121d8c4b3 /Library/Formula
parent37e54ca479c090d701ebd4130d7d92d562c5d0e2 (diff)
downloadhomebrew-771537808065e098261e4654bc8496bef8d35877.tar.bz2
lighttpd: enable some free options
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'