From ccdf2580d8a7b619b1515b2058c5debc2a2d885d Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 9 Oct 2010 12:52:53 +0200 Subject: libtool: bump to 2.2.10 Signed-off-by: Lionel Landwerlin Signed-off-by: Thomas Petazzoni --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index a9968769f..b57bca9e9 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -3,7 +3,7 @@ # libtool # ############################################################# -LIBTOOL_VERSION = 1.5.24 +LIBTOOL_VERSION = 2.2.10 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool -- cgit v1.2.3 From f0e7dcab1ac286d1b8af3db1f10c769c0dcb4a02 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 9 Oct 2010 12:52:54 +0200 Subject: libtool: avoid to patch ltmain.sh script in host-libtool package Signed-off-by: Lionel Landwerlin Signed-off-by: Thomas Petazzoni --- package/libtool/libtool.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/libtool') diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index b57bca9e9..60fee9fd2 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -16,6 +16,8 @@ endef HOST_LIBTOOL_POST_INSTALL_HOOKS += HOST_LIBTOOL_CUSTOM_INSTALL +HOST_LIBTOOL_LIBTOOL_PATCH = NO + $(eval $(call AUTOTARGETS,package,libtool)) $(eval $(call AUTOTARGETS,package,libtool,host)) -- cgit v1.2.3