1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix build with MySQL option is enabled.

Submitted by:	Jonathan Frazier <jfrazier__at__purpleheartservices.com>
This commit is contained in:
Hajimu UMEMOTO 2009-12-24 12:14:42 +00:00
parent 7eb0af4ce4
commit bb8bfa965a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246534
2 changed files with 6 additions and 2 deletions

View File

@ -88,7 +88,9 @@ PLIST_SUB+= IDLED="@comment "
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
CONFIGURE_ARGS+=--with-mysql=yes \
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
--with-mysql-incdir=${LOCALBASE}/include/mysql
.endif
.if defined(WITH_PGSQL)

View File

@ -88,7 +88,9 @@ PLIST_SUB+= IDLED="@comment "
.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
CONFIGURE_ARGS+=--with-mysql=yes \
--with-mysql-libdir=${LOCALBASE}/lib/mysql \
--with-mysql-incdir=${LOCALBASE}/include/mysql
.endif
.if defined(WITH_PGSQL)