summaryrefslogtreecommitdiffstats
path: root/clamav/build
diff options
context:
space:
mode:
Diffstat (limited to 'clamav/build')
-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