Updated Package Specific Notes (markdown)

Tony Theodore 2016-08-12 00:40:54 +10:00
parent b6c2d05775
commit 5946e02dbd
1 changed files with 3 additions and 1 deletions

@ -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`