diff options
author | ale <ale@FreeBSD.org> | 2004-07-20 05:56:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-20 05:56:51 +0800 |
commit | e4d6599538e78b8047cb76d1af64b97c0799dfae (patch) | |
tree | 02872e4c095bab6abba72f7ccf2d71e24ce64d8e /databases/php5-mysqli | |
parent | d5098aebf70670266ae6bf66245eeda654dafffa (diff) | |
download | freebsd-ports-gnome-e4d6599538e78b8047cb76d1af64b97c0799dfae.tar.gz freebsd-ports-gnome-e4d6599538e78b8047cb76d1af64b97c0799dfae.tar.zst freebsd-ports-gnome-e4d6599538e78b8047cb76d1af64b97c0799dfae.zip |
Add path to libmysql (fix configure).
Diffstat (limited to 'databases/php5-mysqli')
-rw-r--r-- | databases/php5-mysqli/files/patch-config.m4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/php5-mysqli/files/patch-config.m4 b/databases/php5-mysqli/files/patch-config.m4 new file mode 100644 index 000000000000..342e1b312684 --- /dev/null +++ b/databases/php5-mysqli/files/patch-config.m4 @@ -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.]) + ],[ |