-
Notifications
You must be signed in to change notification settings - Fork 0
Package Specific Notes
Tony Theodore edited this page Aug 11, 2016
·
8 revisions
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 and adding newlines as appropriate).
N.B. disabling builds with foo_BUILD= only works from the command line
Creates *d suffixed libs and pkg-config files.
qtbase_CONFIGURE_OPTS=[-debug-and-release | -debug]
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=
MySQL no longer supports WinXP (uses features not present in msvcrt)
qtbase_CONFIGURE_OPTS=-no-sql-mysql
mingw-w64-headers_CONFIGURE_OPTS=--enable-secure-api