aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libtool/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libtool: Revert "libtool: bump to 2.4.6"Hauke Mehrtens2021-09-231-8/+3
| | | | | | | | | | This breaks the package builds using the SDK. The targets all build fine, but the package builder fails on many packages. The package builder uses the OpenWrt SDK. This reverts commit c377d874bededfad971530aeb7d7e1b43cd3e61a. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libtool: bump to 2.4.6Eneas U de Queiroz2021-09-201-3/+8
| | | | | | | | | | | | | | | | This updates libtool to its current release, from 2015. Current patches were renumbered and given a description text. The fix in 160-passthrough-ssp.patch is no longer needed. A patch to speed up build was cherry-picked, and another openwrt specific patch was needed to not use quotes in $(SHELL), to acommodate our "SHELL=/usr/bin/env bash" usage. The already present call to ./bootstrap ensures that generated files are refreshed, so the patches are applied only to their sources. Also, that bootstrap call was adjusted to run at the appropriate time when QUILT=1. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* tools/libtool: update to 2.4.2Ivan Pavlov2021-09-071-2/+2
| | | | | | | Refresh patches. Remove upstreamed: 001-fix-func_append.patch Signed-off-by: Ivan Pavlov <AuthorReflex@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>
* 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>
* source: Switch to xz for packages and tools where possibleDaniel Engberg2016-10-061-2/+2
| | | | | | | | | | | * Change git packages to xz * Update mirror checksums in packages where they are used * Change a few source tarballs to xz if available upstream * Remove unused lines in packages we're touching, requested by jow- and blogic * We're relying more on xz-utils so add official mirror as primary source, master site as secondary. * Add SHA256 checksums to multiple git tarball packages Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools: bootstrap libtool to pickup the correct in-tree automakeJo-Philipp Wich2015-01-131-1/+7
| | | | | | | | Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43959
* tools/libtool: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33429
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-4/+0
| | | | SVN-Revision: 29754
* libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent ↵Jo-Philipp Wich2010-12-211-0/+3
| | | | | | configure from embedding host library paths SVN-Revision: 24752
* make libtool a tool build and let autoconf depend on itJo-Philipp Wich2010-12-181-0/+34
| | | | SVN-Revision: 24673
* move libtool out of tools/, seems like we need a per-target libtoolFelix Fietkau2007-12-271-43/+0
| | | | SVN-Revision: 9937
* add libtool to tools/Felix Fietkau2007-12-251-0/+43
SVN-Revision: 9902