summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-22 06:47:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-22 06:47:03 +0000
commit415cc2c04738509a400583814a341095573d42fa (patch)
tree5c6b6344965ba2c9fc01831ba95cf91ac4353fbb /package/libtool
parent7077d900d9b3ae5b0712286f0e84b964d64d9070 (diff)
downloadbuildroot-novena-415cc2c04738509a400583814a341095573d42fa.tar.gz
buildroot-novena-415cc2c04738509a400583814a341095573d42fa.zip
version bump
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 1758268c4..5d6c98d57 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,10 +3,11 @@
# libtool
#
#############################################################
-LIBTOOL_SOURCE:=libtool-1.5.8.tar.gz
+LIBTOOL_VER:=1.5.20
+LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VER).tar.gz
LIBTOOL_SITE:=ftp://ftp.gnu.org/gnu/libtool
LIBTOOL_CAT:=zcat
-LIBTOOL_DIR:=$(BUILD_DIR)/libtool-1.5.8
+LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VER)
LIBTOOL_BINARY:=libtool
LIBTOOL_TARGET_BINARY:=usr/bin/libtool