From mboxrd@z Thu Jan 1 00:00:00 1970 From: llandwerlin at gmail.com Date: Sat, 9 Oct 2010 12:52:53 +0200 Subject: [Buildroot] [PATCH 6/7] libtool: bump to 2.2.10 In-Reply-To: <1286621574-10872-1-git-send-email-llandwerlin@gmail.com> References: <1286621574-10872-1-git-send-email-llandwerlin@gmail.com> Message-ID: <1286621574-10872-7-git-send-email-llandwerlin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Lionel Landwerlin Signed-off-by: Lionel Landwerlin --- package/libtool/libtool.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index a996876..b57bca9 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 -- 1.7.1