Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable native gettext and libiconv on Jessie | Boris Nagaev | 2017-03-19 | 2 | -0/+2 |
| | |||||
* | enable libtool plugin on Jessie | Boris Nagaev | 2017-03-17 | 4 | -0/+4 |
| | | | | | Native libtool on Jessie lacks -fstack-protector* flags. See https://github.com/mxe/mxe/pull/1714#issuecomment-287438757 | ||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 11 | -37/+37 |
| | |||||
* | Disable shared libraries for native targets | darealshinji | 2016-10-22 | 3 | -2/+5 |
| | |||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 14 | -28/+14 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Always use the included version of libxml | Daniel Burr | 2016-05-29 | 1 | -1/+2 |
| | |||||
* | add native build of gettext for Ubuntu 14.04 Trusty | Tony Theodore | 2016-05-09 | 2 | -0/+2 |
| | | | | fixes #1341 | ||||
* | add native build of `patch` for darwin (#1295) | Tony Theodore | 2016-04-12 | 1 | -0/+1 |
| | | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't | ||||
* | add native plugin for wheezy requirements | Tony Theodore | 2016-01-31 | 7 | -0/+7 |
| | | | | closes #1177 and #1178 | ||||
* | add gnu patch to native plugins | Tony Theodore | 2016-01-17 | 1 | -0/+30 |
| | |||||
* | plugins: remove *_MAKEFILE boilerplate | Tony Theodore | 2015-11-30 | 10 | -10/+0 |
| | |||||
* | gettext, libiconv, libtool native plugins: fix variable redefinition | Tony Theodore | 2015-11-30 | 3 | -3/+3 |
| | |||||
* | add native and apps plugin packages | Tony Theodore | 2015-11-26 | 13 | -0/+356 |