clamav 0.97.4
Upgrade clamav to version 0.97.4. If check is installed, this will pass all its self tests using clang or llvm from XC-4.3.2. Remove the --disable-debug, which is the default behavior. Closes Homebrew/homebrew#11840. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7abbd6896f
commit
4d069eb3bb
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Clamav < Formula
|
||||
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.3.tar.gz'
|
||||
homepage 'http://www.clamav.net/'
|
||||
md5 '5cf25ed7778fa0cb6b140ad8f009befb'
|
||||
url 'http://downloads.sourceforge.net/clamav/clamav-0.97.4.tar.gz'
|
||||
sha1 '56f90cf8a73acba8f97beca86b42c65c3923935d'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue