autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt...
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)
commitbd982fb72c2636ccdbd559861f5c7ee60a7d60f9
treecb001b7d0b8c4d6954fb9b65a2bb69ac1bed0102
parent62b8cba9c09e865c4bab9c635fda25213fd01286
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]