mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Set default MySQL version to 4.1 for mysqli extension.
This commit is contained in:
parent
8de79efa92
commit
b367facbd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114250
2 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,7 @@ USE_MYSQL= yes
|
|||
CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config
|
||||
|
||||
USE_MYSQL= yes
|
||||
DEFAULT_MYSQL_VER= 41
|
||||
BROKEN_WITH_MYSQL= 323 40
|
||||
.endif
|
||||
|
||||
|
|
|
@ -204,6 +204,7 @@ USE_MYSQL= yes
|
|||
CONFIGURE_ARGS+=--with-mysqli=${LOCALBASE}/bin/mysql_config
|
||||
|
||||
USE_MYSQL= yes
|
||||
DEFAULT_MYSQL_VER= 41
|
||||
BROKEN_WITH_MYSQL= 323 40
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue