Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmysqlclient: fix redefinition of pthreads functions | Tony Theodore | 2017-02-08 | 1 | -0/+20 |
| | |||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -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 build | Tony Theodore | 2016-08-16 | 1 | -1/+2 |
| | |||||
* | unify mysql patches | Tony Theodore | 2016-08-16 | 1 | -0/+79 |
| | |||||
* | fix libmysqlclient if path contains ++ | Boris Nagaev | 2015-12-16 | 1 | -0/+23 |
| | | | | fix #1030 | ||||
* | cleanup libmysqlclient-1-fixes.patch | Boris Nagaev | 2015-12-16 | 1 | -59/+36 |
| | | | | | | $ tools/patch-tool-mxe init libmysqlclient $ tools/patch-tool-mxe import libmysqlclient $ tools/patch-tool-mxe export libmysqlclient | ||||
* | fix libmysqlclient | Boris Nagaev | 2015-11-11 | 1 | -0/+34 |
| | | | | See https://github.com/mxe/mxe/pull/965#issuecomment-152884126 | ||||
* | libmysqlclient: install mysql_config and missing headers, remove pthreads dep | Tony Theodore | 2015-10-08 | 1 | -12/+35 |
| | |||||
* | libmysqlclient: enable shared and don't install docs | Tony Theodore | 2015-10-08 | 1 | -15/+56 |
| | |||||
* | libmysqlclient: convert to patch-tool format | Tony Theodore | 2015-10-06 | 1 | -0/+275 |