aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zabbix.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb
index fc4607cd7..d97e2bf05 100644
--- a/Library/Formula/zabbix.rb
+++ b/Library/Formula/zabbix.rb
@@ -39,6 +39,7 @@ class Zabbix < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-server",
+ "--enable-proxy",
"--enable-agent",
"--with-mysql=#{which_mysql}",
"--enable-ipv6",