mysql-configure.patch 465 B

1234567891011
  1. --- a/src/plugins/sqldrivers/configure.json
  2. +++ b/src/plugins/sqldrivers/configure.json
  3. @@ -65,7 +65,7 @@
  4. ],
  5. "main": "mysql_get_client_version();"
  6. },
  7. - "headers": "mysql.h",
  8. + "headers": "mysql/mysql.h",
  9. "sources": [
  10. { "type": "mysqlConfig", "query": "--libs_r", "cleanlibs": true },
  11. { "type": "mysqlConfig", "query": "--libs", "cleanlibs": true },