diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-03 11:56:47 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-03 11:56:47 +0000 |
commit | 283e9033a520bb575fdeefec939662ca7694cf55 (patch) | |
tree | b766587d08c62e656c1a9926cb27355a633a9689 /package/libtool/Makefile | |
parent | 56f5e0b05ac304bca69ecdf07760f0e3579b039c (diff) |
update libtool from version 1.5.26 to version 2.4, this includes libltdl (to v7) - WARNING: This switch is going to break something quite likely, however since more software is requiring libtool2/libltdl7 this change needs to be done some day anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r-- | package/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 5b30d5007c..f105ffd81f 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool -PKG_VERSION:=1.5.26 +PKG_VERSION:=2.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 +#PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 HOST_PATCH_DIR=/dev/null |