[include] autotools.mk: implement PKG_FIXUP:=patch-libtool
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 1 Aug 2011 00:22:53 +0000 (00:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 1 Aug 2011 00:22:53 +0000 (00:22 +0000)
commiteb1b843cc3e47f23059fbe4b176b6609cbf7c5fb
tree2cc6d9058f5680663a0d73b24003c141b6449e3c
parent48b0c035a4df617f5a3287f61ea931fa78562bff
[include] autotools.mk: implement PKG_FIXUP:=patch-libtool
This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf.
The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct
version to use.

SVN-Revision: 27855
include/autotools.mk
tools/libtool/files/libtool-v1.5.patch [new file with mode: 0644]
tools/libtool/files/libtool-v2.2.patch [new file with mode: 0644]
tools/libtool/files/libtool-v2.4.patch [new file with mode: 0644]