From patchwork Fri Nov 9 12:38:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libtool version update 2.4.2 Date: Fri, 09 Nov 2012 02:38:52 -0000 From: Alexander Khryukin X-Patchwork-Id: 198129 Message-Id: <1352464732-22984-1-git-send-email-alexander@mezon.ru> To: buildroot@busybox.net Signed-off-by: Alexander Khryukin --- package/libtool/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 4b9657c..ae7a4b8 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -3,7 +3,7 @@ # libtool # ############################################################# -LIBTOOL_VERSION = 2.2.10 +LIBTOOL_VERSION = 2.4.2 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool LIBTOOL_INSTALL_STAGING = YES