diff options
Diffstat (limited to 'Library/Formula/cfengine.rb')
| -rw-r--r-- | Library/Formula/cfengine.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
