Ensure that our mysql-config is used and not the system mysql-config when building Qt 5.

This commit is contained in:
Saikrishna Arcot 2015-10-15 14:32:24 -04:00
parent 75c1216026
commit 787e877d36
No known key found for this signature in database
GPG Key ID: 203B47C2C66B784B
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ define $(PKG)_BUILD
-nomake examples \
-nomake tests \
-plugin-sql-mysql \
-mysql_config $(PREFIX)/$(TARGET)/bin/mysql_config \
-plugin-sql-sqlite \
-plugin-sql-odbc \
-plugin-sql-psql \