diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 21:56:51 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 21:56:51 +0000 |
commit | 754be917f66624b846e433563e67fafd16190dea (patch) | |
tree | c2bec0c48b119c5748f52e30c3a9cbd1120e96a7 /databases | |
parent | b367facbd98ae031aa9e3cf42fab4bba5f9fdb8c (diff) | |
download | ports-754be917f66624b846e433563e67fafd16190dea.tar.gz ports-754be917f66624b846e433563e67fafd16190dea.zip |
Add path to libmysql (fix configure).
Notes
Notes:
svn path=/head/; revision=114251
Diffstat (limited to 'databases')
-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.]) + ],[ |