nagios: fix opportunistic linkage to libtool (#23934)

This commit is contained in:
Andrew Janke 2018-02-10 03:23:58 -05:00 committed by ilovezfs
parent fabca8b099
commit 7b5c1f74bc

View file

@ -54,7 +54,8 @@ class Nagios < Formula
"--with-nagios-group='#{group}'",
"--with-command-user=#{user}",
"--with-command-group=_www",
"--with-httpd-conf=#{share}"
"--with-httpd-conf=#{share}",
"--disable-libtool"
system "make", "all"
system "make", "install"