haproxy: add zlib support to --devel
Closes Homebrew/homebrew#21405. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fa0a2969dd
commit
f1f01e84c1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Haproxy < Formula
|
|||
|
||||
if build.devel?
|
||||
args << "USE_OPENSSL=1"
|
||||
args << "USE_ZLIB=1"
|
||||
args << "ADDLIB=-lcrypto"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue