nagios: fix opportunistic linkage to libtool (#23934)
This commit is contained in:
parent
fabca8b099
commit
7b5c1f74bc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue