aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/talloc.rb10
1 files changed, 3 insertions, 7 deletions
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