diff options
| author | Jack Nagel | 2014-05-29 12:03:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-29 12:03:45 -0500 |
| commit | 7681672d320ed2aceecdf5bd80f923c9b31f89c4 (patch) | |
| tree | 34f0a4fb663d6bf6d4a9a8c53b86d5126a56fe09 /Library | |
| parent | 395b7c9f11aa1d7c2d53355dfaf341aa8b33209c (diff) | |
| download | homebrew-7681672d320ed2aceecdf5bd80f923c9b31f89c4.tar.bz2 | |
flactag: fix link failure
Fixes #29688.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/flactag.rb | 3 |
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" |
