diff options
| author | Sergej Jurecko | 2010-01-13 20:03:02 +0100 | 
|---|---|---|
| committer | Max Howell | 2010-01-14 09:59:40 +0000 | 
| commit | 20906211377f839cb660f8fe2c51cc7cc2845760 (patch) | |
| tree | e914ffdff0067a3252ab2d7093d6baea9af06b0d | |
| parent | a4ba5b6bf6ee8dc10e619a4e8eef430c97fa49b9 (diff) | |
| download | homebrew-20906211377f839cb660f8fe2c51cc7cc2845760.tar.bz2 | |
haproxy with kqueue
| -rw-r--r-- | Library/Formula/haproxy.rb | 2 | 
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 | 
