Added --with-zlib=${BUILDLINK_PREFIX.zlib} to CONFIGURE_ARGS. This
should fix PR 31898.
This commit is contained in:
parent
2e0f6a0a18
commit
78e94603af
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2005/09/27 14:23:41 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2005/10/23 22:32:20 rillig Exp $
|
||||
|
||||
DISTNAME= clamav-${CLAMAV_VERSION}
|
||||
PKGNAME= clamav-${CLAMAV_VERSION:S/-/./}
|
||||
|
@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-dbdir=${VIRUSDBDIR}
|
|||
CONFIGURE_ARGS+= --with-uid=${CLAMAV_USER}
|
||||
CONFIGURE_ARGS+= --with-group=${CLAMAV_GROUP}
|
||||
CONFIGURE_ARGS+= --with-tcpwrappers
|
||||
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue