aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/haproxy.rb
diff options
context:
space:
mode:
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