From bb8bb6276997f3bd19f95bca0d99e49bddb55366 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 25 Oct 2011 20:09:45 -0500 Subject: talloc 2.0.7 Signed-off-by: Jack Nagel --- Library/Formula/talloc.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Library') diff --git a/Library/Formula/talloc.rb b/Library/Formula/talloc.rb index d962c149b..d071c9dad 100644 --- a/Library/Formula/talloc.rb +++ b/Library/Formula/talloc.rb @@ -1,16 +1,12 @@ require 'formula' class Talloc < Formula - url 'http://www.samba.org/ftp/talloc/talloc-2.0.5.tar.gz' + url 'http://www.samba.org/ftp/talloc/talloc-2.0.7.tar.gz' homepage 'http://talloc.samba.org/' - md5 '6e3fdfbc43dde8ccba27b6af894b8fb2' + md5 'dbfb3146f4cc47054e13b8a2988299f9' def install - system "./configure", "--prefix=#{prefix}" - # See https://bugzilla.samba.org/show_bug.cgi?id=7000 - # It seems that the patch included there is not enough - inreplace 'Makefile', 'SONAMEFLAG = #', 'SONAMEFLAG = -install_name' - + system "./configure", "--prefix=#{prefix}", "--disable-rpath" system "make install" end end -- cgit v1.2.3