pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamav Enable the option readdir_r, clamav will u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/976c53954d2b
branches:  trunk
changeset: 525397:976c53954d2b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Feb 17 12:06:10 2007 +0000

description:
Enable the option readdir_r, clamav will use it if it's available and
if it was enabled correctly in autoconf.

diffstat:

 mail/clamav/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c3b4a012fc03 -r 976c53954d2b mail/clamav/Makefile
--- a/mail/clamav/Makefile      Sat Feb 17 10:20:34 2007 +0000
+++ b/mail/clamav/Makefile      Sat Feb 17 12:06:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2007/02/16 14:40:41 xtraeme Exp $
+# $NetBSD: Makefile,v 1.68 2007/02/17 12:06:10 xtraeme Exp $
 
 DISTNAME=      clamav-${CLAMAV_VERSION}
 PKGNAME=       clamav-${CLAMAV_VERSION:S/-/./}
@@ -25,6 +25,7 @@
 CONFIGURE_ARGS+=       --with-tcpwrappers
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 CONFIGURE_ARGS+=       --enable-experimental
+CONFIGURE_ARGS+=       --enable-readdir_r
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index