libtool: bump to 2.4.6
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 13 Sep 2021 21:08:55 +0000 (18:08 -0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 20 Sep 2021 13:21:17 +0000 (15:21 +0200)
commitc377d874bededfad971530aeb7d7e1b43cd3e61a
tree59bad2acbed4a61a76d1282e5f99b6de744dbb12
parent8c863f604d68da05abbdc7edfdb805db79ed5ded
libtool: bump to 2.4.6

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/Makefile
tools/libtool/patches/000-relocatable.patch
tools/libtool/patches/100-libdir-fixes.patch
tools/libtool/patches/110-dont-use-target-dir-for-relinking.patch
tools/libtool/patches/120-strip-unsafe-dirs-for-relinking.patch
tools/libtool/patches/130-trailingslash.patch [new file with mode: 0644]
tools/libtool/patches/140-don-t-quote-SHELL-in-Makefile.am.patch [new file with mode: 0644]
tools/libtool/patches/150-libtool-mitigate-the-sed_quote_subst-slowdown.patch [new file with mode: 0644]
tools/libtool/patches/150-trailingslash.patch [deleted file]
tools/libtool/patches/160-passthrough-ssp.patch [deleted file]
tools/libtool/patches/200-openwrt-branding.patch