From 2e7d97928dbcbda6347484ec293124588f4a0453 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 4 Sep 2008 12:56:55 +0000 Subject: Updated for 0.94 --- clamav/build/clamav.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'clamav') diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild index 9bf1a899..51e3af0f 100755 --- a/clamav/build/clamav.SlackBuild +++ b/clamav/build/clamav.SlackBuild @@ -106,6 +106,9 @@ # * New release. # 0.93.3-1: 09/jul/2008 by Eric Hameleers # * New release. +# 0.94-1: 04/sep/2008 by Eric Hameleers +# * New release. Add "--disable-check" to 'configure', to avoid +# a (harmless) warning about missing 'check'. # # Run 'sh clamav.SlackBuild --cleanup' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -116,7 +119,7 @@ # Set initial variables: PRGNAM=clamav -VERSION=${VERSION:-"0.93.3"} +VERSION=${VERSION:-"0.94"} ARCH=${ARCH:-"i486"} BUILD=${BUILD:-1} TAG=${TAG:-alien} @@ -242,6 +245,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-tcpwrappers \ --enable-milter \ --enable-id-check \ + --disable-check \ --disable-static \ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log -- cgit v1.2.3