diff --git a/Package-Specific-Notes.md b/Package-Specific-Notes.md index 8f80355..b34f9f3 100644 --- a/Package-Specific-Notes.md +++ b/Package-Specific-Notes.md @@ -5,11 +5,11 @@ Some temporary workarounds until proper fixes or support for features are implem > `qtbase_CONFIGURE_OPTS=[-release | -debug-and-release | -debug]` #### Toolchains with C++11 features (i.e. `*-w64-mingw32.static.posix`) -There are open issues with some drivers drivers that have their own `pthreads` implementations -> `qtbase_CONFIGURE_OPTS='-no-sql-psql -no-sql-mysql'` +There are open issues with some packages that have their own `pthreads` implementations +> `qtbase_CONFIGURE_OPTS='-no-sql-psql -no-sql-mysql' libmysqlclient_BUILD= postgresql_BUILD=` #### Windows XP Support -MySQL no longer supports WinXP +MySQL no longer supports WinXP (uses features not present in `msvcrt`) > `qtbase_CONFIGURE_OPTS=-no-sql-mysql` ### Win32 Secure API