diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/redland.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/redland.rb b/Library/Formula/redland.rb index 43c0f0982..c115199bc 100644 --- a/Library/Formula/redland.rb +++ b/Library/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" |
