mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Add path to libmysql (fix configure).
This commit is contained in:
parent
b367facbd9
commit
754be917f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114251
1 changed files with 13 additions and 0 deletions
13
databases/php5-mysqli/files/patch-config.m4
Normal file
13
databases/php5-mysqli/files/patch-config.m4
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- config.m4.orig Wed Jul 7 10:02:27 2004
|
||||
+++ config.m4 Mon Jul 19 23:52:07 2004
|
||||
@@ -47,7 +47,9 @@
|
||||
PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
|
||||
[ ],[
|
||||
AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 anymore. Please update your libraries.])
|
||||
- ],[])
|
||||
+ ],[
|
||||
+ $MYSQLI_LIBLINE
|
||||
+ ])
|
||||
],[
|
||||
AC_MSG_ERROR([wrong mysql library version or lib not found. Check config.log for more information.])
|
||||
],[
|
Loading…
Add table
Reference in a new issue