aboutsummaryrefslogtreecommitdiffstats
path: root/tools/m4
Commit message (Collapse)AuthorAgeFilesLines
* tools: m4: fix compilation with glibc 2.28Luis Araneda2018-08-101-0/+118
| | | | | | | Add a temporary workaround to compile with glibc 2.28 as some constants were removed and others made private Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-171-0/+1
| | | | | | | | | | | CPE ids helps to tracks CVE in packages. https://cpe.mitre.org/specification/ Thanks to swalker for CPE to package mapping and keep tracking CVEs. Acked-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools: patch various gnu tools for macOS 10.13Ryan Mounce2017-08-231-0/+25
| | | | | | | | | | | These host tools compile but may crash at runtime when building on macOS 10.13 (High Sierra). Backport upstream gnulib patch until new releases of affected tools. https://lists.gnu.org/archive/html/bug-gnulib/2017-07/msg00056.html https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c41f233c4c38e84023a16339782ee306f03e7f59 Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
* tools/m4: update 1.4.18Etienne Haarsma2017-02-262-19/+2
| | | | | | Patch 100-fix-gets-removal.patch is removed because it's included in the new version. Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools: remove static linking supportJo-Philipp Wich2015-02-061-2/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* m4: update to 1.4.17Luka Perkov2013-09-242-12/+14
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38168
* tools/m4: bypass a time consuming configure testFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33427
* tools/m4: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33426
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33140
* m4: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33095
* m4: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
| | | | | | | | M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32648
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-8/+0
| | | | SVN-Revision: 29754
* m4: update to version 1.4.16Hauke Mehrtens2011-04-031-2/+2
| | | | SVN-Revision: 26439
* tools/m4: update to version 1.4.15Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24280
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-081-2/+1
| | | | SVN-Revision: 15714
* add missing m4 dirRalph Hempel2009-03-221-0/+33
SVN-Revision: 14971