Updated dnstracer formula (fix for issue 900)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ullrich Schäfer 2010-03-06 14:50:59 +01:00 committed by Adam Vandenberg
parent 9c96c0398b
commit 2cd2f272cf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Dnstracer <Formula
md5 '7db73ce3070119c98049a617fe52ea84'
def install
ENV["LDFLAGS"] += " -lresolv"
ENV.append 'LDFLAGS', '-lresolv'
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"