Make sure the configure script finds the mysql includes.
This commit is contained in:
parent
23fcd4165b
commit
f6a3323476
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2004/07/14 00:27:09 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2004/07/18 18:55:14 kristerw Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jabberd-2.0s3
|
||||
|
@ -71,6 +71,7 @@ CONFIGURE_ARGS+= --enable-db
|
|||
. include "../../databases/db4/buildlink3.mk"
|
||||
.elif !empty(JABBERD_METHOD:Mmysql)
|
||||
CONFIGURE_ARGS+= --enable-mysql
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/mysql
|
||||
. include "../../databases/mysql4-client/buildlink3.mk"
|
||||
.elif !empty(JABBERD_METHOD:Mpgsql)
|
||||
CONFIGURE_ARGS+= --enable-pgsql
|
||||
|
|
Loading…
Reference in a new issue