From 4931ae886da43e6eb0b046933a577fcd2f42aeee Mon Sep 17 00:00:00 2001 From: Lenny222 Date: Wed, 21 Mar 2012 19:22:18 +0100 Subject: [PATCH] redland: add --enable-modular=no See http://bugs.librdf.org/mantis/view.php?id=460 Signed-off-by: Adam Vandenberg --- Formula/redland.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/redland.rb b/Formula/redland.rb index 43c0f09826d..c115199bc13 100644 --- a/Formula/redland.rb +++ b/Formula/redland.rb @@ -1,8 +1,8 @@ require 'formula' class Redland < Formula - url 'http://download.librdf.org/source/redland-1.0.15.tar.gz' homepage 'http://librdf.org/' + url 'http://download.librdf.org/source/redland-1.0.15.tar.gz' md5 'b0deb87f3c7d3237a3d587c1e0f2f266' depends_on 'pkg-config' => :build @@ -16,6 +16,7 @@ class Redland < Formula system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-sqlite=yes", + "--enable-modular=no", # see http://bugs.librdf.org/mantis/view.php?id=460 "--with-mysql=no", "--with-bdb=#{HOMEBREW_PREFIX}" system "make install"