summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-09-04 12:56:55 +0000
committer Eric Hameleers <alien@slackware.com>2008-09-04 12:56:55 +0000
commit2e7d97928dbcbda6347484ec293124588f4a0453 (patch)
treed69dfc3b72e4a8984358ba1a8f63de4fefb508f3 /clamav
parent5b8ce3b258b16bb54aeae1eeef4198d03e629bfb (diff)
downloadasb-2e7d97928dbcbda6347484ec293124588f4a0453.tar.gz
asb-2e7d97928dbcbda6347484ec293124588f4a0453.tar.xz
Updated for 0.94
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild6
1 files changed, 5 insertions, 1 deletions
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