diff options
| author | Lenny222 | 2012-03-21 19:22:18 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 20:42:50 -0700 |
| commit | bc109210d4ca5bdc8473c42e30715ab33fbfc523 (patch) | |
| tree | e5477626ce3382b4315fe95be6f4199de21d105f | |
| parent | cea0dbbe3c6556c404586f5b071a4b8b0a9067c4 (diff) | |
| download | homebrew-bc109210d4ca5bdc8473c42e30715ab33fbfc523.tar.bz2 | |
redland: add --enable-modular=no
See http://bugs.librdf.org/mantis/view.php?id=460
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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" |
