aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStoned Elipot2013-12-30 10:35:54 +0100
committerMike McQuaid2013-12-30 11:14:22 +0000
commitabcc7f41789331e6c81d7305450e451f0d77811e (patch)
tree5166854979a973e4fec1fb72ccc179d0ada8df45 /Library
parent12c9961157761ec41030f73b120415471270f873 (diff)
downloadhomebrew-abcc7f41789331e6c81d7305450e451f0d77811e.tar.bz2
ctail: fix build on 10.9: set libtool tag.
Closes #25547. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ctail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ctail.rb b/Library/Formula/ctail.rb
index 750f86ad5..57a14ad50 100644
--- a/Library/Formula/ctail.rb
+++ b/Library/Formula/ctail.rb
@@ -11,7 +11,7 @@ class Ctail < Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug"
- system 'make'
+ system 'make', 'LIBTOOL=glibtool --tag=CC'
system 'make install'
end
end