diff options
| author | Max Howell | 2012-09-02 23:12:49 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-02 23:12:49 -0400 |
| commit | d9312c79811f9f03225e3d0d0a6e41f207d5ed13 (patch) | |
| tree | a1ceeca2d3a4bb2a8de2f764e919043ee0a59bb0 /Library | |
| parent | 083229f777680f9ef8f9c17a0da969c51eb62173 (diff) | |
| download | homebrew-d9312c79811f9f03225e3d0d0a6e41f207d5ed13.tar.bz2 | |
Fixes #14591; clamav installs libs weirdly
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clamav.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/clamav.rb b/Library/Formula/clamav.rb index 2f60747e8..7cca176f7 100644 --- a/Library/Formula/clamav.rb +++ b/Library/Formula/clamav.rb @@ -8,7 +8,8 @@ class Clamav < Formula def install args = %W{--disable-dependency-tracking --prefix=#{prefix} - --disable-zlib-vcheck} + --disable-zlib-vcheck + --libdir=#{lib}} args << "--with-zlib=#{MacOS.sdk_path}/usr" unless MacOS::CLT.installed? system "./configure", *args |
