redland: add --enable-modular=no

See http://bugs.librdf.org/mantis/view.php?id=460

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lenny222 2012-03-21 19:22:18 +01:00 committed by Adam Vandenberg
parent d3f1548364
commit 4931ae886d
1 changed files with 2 additions and 1 deletions

View File

@ -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"