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:
parent
824b9abbfb
commit
dec666b95e
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue