Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gettext: remove native deps fixups | Tony Theodore | 2018-02-28 | 1 | -1/+0 |
| | | | | | issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called | ||||
* | native plugin fixups | Tony Theodore | 2017-10-30 | 5 | -0/+5 |
| | | | | | | | | - gettext requires recent autotools - add for Ubuntu 14.04 (trusty) - fixes #1892 - add deps for Debian Jessie and Wheezy - libtool is built for prior Debian/Ubuntu, remove from docs - tidy up darwin overrides | ||||
* | glib: refactor native tools | Tony Theodore | 2017-10-26 | 2 | -2/+0 |
| | | | | | | | | | | | | | | fixes #1934 The method of symlinks to native tools fails when glib versions drift too far apart - the obvious solution would be to update more frequently, but glib (and downstream friends) are always difficult to update. This set of changes: - always builds tools on linux - builds tools only once - uses pre-built packages for darwin - is untested on freebsd | ||||
* | add native build of gettext for Ubuntu 14.04 Trusty | Tony Theodore | 2016-05-09 | 2 | -0/+2 |
fixes #1341 |