aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-29 12:03:44 -0500
committerJack Nagel2014-05-29 12:03:45 -0500
commit7681672d320ed2aceecdf5bd80f923c9b31f89c4 (patch)
tree34f0a4fb663d6bf6d4a9a8c53b86d5126a56fe09 /Library/Formula
parent395b7c9f11aa1d7c2d53355dfaf341aa8b33209c (diff)
downloadhomebrew-7681672d320ed2aceecdf5bd80f923c9b31f89c4.tar.bz2
flactag: fix link failure
Fixes #29688.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/flactag.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/flactag.rb b/Library/Formula/flactag.rb
index cf9aeda1d..1982f3477 100644
--- a/Library/Formula/flactag.rb
+++ b/Library/Formula/flactag.rb
@@ -19,7 +19,8 @@ class Flactag < Formula
patch :DATA
def install
- ENV.append 'LDFLAGS', '-liconv'
+ ENV.append "LDFLAGS", "-liconv"
+ ENV.append "LDFLAGS", "-lFLAC"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"