summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-07-28 11:57:51 +0000
committer Eric Hameleers <alien@slackware.com>2006-07-28 11:57:51 +0000
commit80601b609c8b3e10225ddf11f4fd666e11fbaf46 (patch)
tree76c5ce441cc01da0d704a4dff8ae9788e7d34787
parentfb2a4d361c07ad78d67f0057f93efe01d2e196b3 (diff)
downloadasb-80601b609c8b3e10225ddf11f4fd666e11fbaf46.tar.gz
asb-80601b609c8b3e10225ddf11f4fd666e11fbaf46.tar.xz
THe SlackBuild needed a fix thanks to the new DATAROOTDIR used in the
configure command.
-rwxr-xr-xclamav/build/clamav.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index d7b97272..3680e927 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -47,7 +47,8 @@
# * Fixed permission for directory '/var/run/clamav' again
# (it is now 771 so that the AllowSupplementaryGroups works)
# 0.88.3-1: 22/jul/2006 by Eric Hameleers
-# * Rebuilt for the new release.
+# * Rebuilt for the new release. Since 'configure' now uses the new
+# DATAROOTDIR, explicitly configure the mandir.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -65,7 +66,7 @@ fi
PRGNAM=clamav
VERSION=0.88.3
ARCH=${ARCH:-i486}
-BUILD=2
+BUILD=1
# Read "README.slackware" for compatibility with amavisd-new
CLAMUSR=clamav
@@ -135,7 +136,9 @@ CFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
+ --mandir=/usr/man \
--with-user=${CLAMUSR} --with-group=${CLAMGRP} \
+ --enable-id-check \
--with-dbdir=/usr/share/clamav \
--with-libcurl \
--with-tcpwrappers \