haproxy: add zlib support to --devel

Closes Homebrew/homebrew#21405.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Lukas 2013-07-23 16:33:45 +02:00 committed by Adam Vandenberg
parent fa0a2969dd
commit f1f01e84c1

View file

@ -21,6 +21,7 @@ class Haproxy < Formula
if build.devel?
args << "USE_OPENSSL=1"
args << "USE_ZLIB=1"
args << "ADDLIB=-lcrypto"
end