diff --git a/Package-Specific-Notes.md b/Package-Specific-Notes.md index af93ffb..8f80355 100644 --- a/Package-Specific-Notes.md +++ b/Package-Specific-Notes.md @@ -1,3 +1,5 @@ +Some temporary workarounds until proper fixes or support for features are implemented. Add these to existing `make` invocations or place them in `settings.mk` (removing quotes) + ### Qt5 #### Debug Builds > `qtbase_CONFIGURE_OPTS=[-release | -debug-and-release | -debug]` @@ -8,7 +10,7 @@ There are open issues with some drivers drivers that have their own `pthreads` i #### Windows XP Support MySQL no longer supports WinXP -> `qtbase_CONFIGURE_OPTS='-no-sql-mysql'` +> `qtbase_CONFIGURE_OPTS=-no-sql-mysql` ### Win32 Secure API > `mingw-w64-headers_CONFIGURE_OPTS=--enable-secure-api`