[include] autotools.mk: implement PKG_FIXUP:=patch-libtool
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Aug 2011 00:22:53 +0000 (00:22 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Aug 2011 00:22:53 +0000 (00:22 +0000)
commit00f532fbfcf347bb1947c0a8818c0b7c3fff51f5
tree2cc6d9058f5680663a0d73b24003c141b6449e3c
parent8636d9b4a4b639940bd1408b8ab3607ffd43b1e6
[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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27855 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]