diff options
Diffstat (limited to 'Library/Formula/talloc.rb')
| -rw-r--r-- | Library/Formula/talloc.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/talloc.rb b/Library/Formula/talloc.rb index c78ca70d2..9eb6170c7 100644 --- a/Library/Formula/talloc.rb +++ b/Library/Formula/talloc.rb @@ -5,6 +5,8 @@ class Talloc < Formula url 'http://www.samba.org/ftp/talloc/talloc-2.0.8.tar.gz' sha1 '5ca7710a3f95a1db873c97fcf83f92dddfd57907' + conflicts_with 'samba', :because => 'both install `include/talloc.h`' + def install system "./configure", "--prefix=#{prefix}", "--disable-rpath" system "make install" |
