Add build dependency on readline to keep configure happy on platforms that

don't have a libedit or libreadline in the base system (eg Solaris).
Server parts don't actually use readline but configure blows up trying
to find it for the client parts.
OKed by Juan RP.
This commit is contained in:
markd 2005-06-01 13:07:42 +00:00
parent 824b9abbfb
commit dec666b95e

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:12 tv Exp $
# $NetBSD: Makefile,v 1.18 2005/06/01 13:07:42 markd Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
#PKGREVISION= 1
@ -35,6 +35,8 @@ BUILD_DEFS+= MYSQL_DATADIR
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/man
.include "../../databases/mysql4-client/buildlink3.mk"
BUILDLINK_DEPMETHOD.readline=build
.include "../../devel/readline/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
post-configure: