summaryrefslogtreecommitdiffstats
path: root/src/libmysqlclient-1-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* libmysqlclient: fix redefinition of pthreads functionsTony Theodore2017-02-081-0/+20
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* fix mysql gcc win32 threads buildTony Theodore2016-08-161-1/+2
|
* unify mysql patchesTony Theodore2016-08-161-0/+79
|
* fix libmysqlclient if path contains ++Boris Nagaev2015-12-161-0/+23
| | | | fix #1030
* cleanup libmysqlclient-1-fixes.patchBoris Nagaev2015-12-161-59/+36
| | | | | | $ tools/patch-tool-mxe init libmysqlclient $ tools/patch-tool-mxe import libmysqlclient $ tools/patch-tool-mxe export libmysqlclient
* fix libmysqlclientBoris Nagaev2015-11-111-0/+34
| | | | See https://github.com/mxe/mxe/pull/965#issuecomment-152884126
* libmysqlclient: install mysql_config and missing headers, remove pthreads depTony Theodore2015-10-081-12/+35
|
* libmysqlclient: enable shared and don't install docsTony Theodore2015-10-081-15/+56
|
* libmysqlclient: convert to patch-tool formatTony Theodore2015-10-061-0/+275