aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-09-02 23:12:49 -0400
committerMax Howell2012-09-02 23:12:49 -0400
commitd9312c79811f9f03225e3d0d0a6e41f207d5ed13 (patch)
treea1ceeca2d3a4bb2a8de2f764e919043ee0a59bb0 /Library
parent083229f777680f9ef8f9c17a0da969c51eb62173 (diff)
downloadhomebrew-d9312c79811f9f03225e3d0d0a6e41f207d5ed13.tar.bz2
Fixes #14591; clamav installs libs weirdly
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/clamav.rb3
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