diff options
| author | Lukas | 2013-07-23 16:33:45 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-07-23 09:20:32 -0700 | 
| commit | 9d884d68433b5d7a9d744e7a9f24719c781d72bd (patch) | |
| tree | d29bdefe198b80eaed00a07e4f1fed792125cb94 /Library/Formula/haproxy.rb | |
| parent | 4fe76e78e45f8bde2134e7e278bce1d7f840f1d7 (diff) | |
| download | homebrew-9d884d68433b5d7a9d744e7a9f24719c781d72bd.tar.bz2 | |
haproxy: add zlib support to --devel
Closes #21405.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/haproxy.rb')
| -rw-r--r-- | Library/Formula/haproxy.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index 835a77fa4..a44bbdb0d 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -21,6 +21,7 @@ class Haproxy < Formula      if build.devel?        args << "USE_OPENSSL=1" +      args << "USE_ZLIB=1"        args << "ADDLIB=-lcrypto"      end | 
