From cfe6c4ab316367c941cf68ea7a509f8c8abbc50d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 18 Nov 2013 19:47:12 -0600 Subject: cfengine: fix opportunistic linking with mysql and postgres Fixes #24448. --- Library/Formula/cfengine.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/cfengine.rb b/Library/Formula/cfengine.rb index ab1649647..acbca85a2 100644 --- a/Library/Formula/cfengine.rb +++ b/Library/Formula/cfengine.rb @@ -21,13 +21,13 @@ class Cfengine < Formula end def install - # Find our libpcre - ENV.append 'LDFLAGS', "-L#{Formula.factory('pcre').opt_prefix}/lib" - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-workdir=#{var}/cfengine", - "--with-tokyocabinet" + "--with-tokyocabinet", + "--with-pcre=#{Formula.factory('pcre').opt_prefix}", + "--without-mysql", + "--without-postgresql" system "make install" end -- cgit v1.2.3