aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/haproxy.rb1
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