aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/haproxy.rb
diff options
context:
space:
mode:
authorSergej Jurecko2010-01-13 20:03:02 +0100
committerMax Howell2010-01-14 09:59:40 +0000
commit20906211377f839cb660f8fe2c51cc7cc2845760 (patch)
treee914ffdff0067a3252ab2d7093d6baea9af06b0d /Library/Formula/haproxy.rb
parenta4ba5b6bf6ee8dc10e619a4e8eef430c97fa49b9 (diff)
downloadhomebrew-20906211377f839cb660f8fe2c51cc7cc2845760.tar.bz2
haproxy with kqueue
Diffstat (limited to 'Library/Formula/haproxy.rb')
-rw-r--r--Library/Formula/haproxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb
index a96740950..e0384851d 100644
--- a/Library/Formula/haproxy.rb
+++ b/Library/Formula/haproxy.rb
@@ -14,7 +14,7 @@ class Haproxy <Formula
end
# We build generic since the Makefile.osx doesn't appear to work
- system "make", "TARGET=generic"
+ system "make", "TARGET=generic USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1"
system "make install"
end
end