summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-04-17 15:12:12 +0000
committer Eric Hameleers <alien@slackware.com>2009-04-17 15:12:12 +0000
commit2d93305feaaae8f1bd1186045ade054a4278c7d3 (patch)
tree316d801ae9987bc2862892768aeef0c9becbf5d9 /clamav
parent0bcc02f2aa04b46f17f266c92b8ca070e921d3d7 (diff)
downloadasb-2d93305feaaae8f1bd1186045ade054a4278c7d3.tar.gz
asb-2d93305feaaae8f1bd1186045ade054a4278c7d3.tar.xz
Update to 0.95.1
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 2c06eb49..15ca4d38 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -115,6 +115,8 @@
# * New release.
# 0.95-1: 24/mar/2009 by Eric Hameleers
# * New release.
+# 0.95.1-1: 17/apr/2009 by Eric Hameleers
+# * New release.
#
# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -125,7 +127,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.95"}
+VERSION=${VERSION:-"0.95.1"}
ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -250,13 +252,14 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--with-user=${CLAMUSR} --with-group=${CLAMGRP} \
--with-dbdir=/usr/share/clamav \
- --with-libcurl \
- --with-tcpwrappers \
- --enable-milter \
+ --disable-milter \
--enable-id-check \
--disable-check \
--disable-static \
+ --build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # deprecated:
+ #--with-libcurl --with-tcpwrappers \
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
cd etc