diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:24:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-08 02:24:54 +0000 |
commit | a6a83985a02abf67ca0164285ce860a512fa5eab (patch) | |
tree | a08ea70bd3440bd6b4a284728c8840a5521665ee /tools/mklibs/Makefile | |
parent | 583f6f2d6a7ec316bb18e642cddeeb17f194d058 (diff) | |
download | upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.tar.gz upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.tar.bz2 upstream-a6a83985a02abf67ca0164285ce860a512fa5eab.zip |
upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
SVN-Revision: 17171
Diffstat (limited to 'tools/mklibs/Makefile')
-rw-r--r-- | tools/mklibs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 50532244e6..bd967217ea 100644 --- a/tools/mklibs/Makefile +++ b/tools/mklibs/Makefile @@ -7,11 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mklibs -PKG_VERSION:=0.1.26 +PKG_VERSION:=0.1.29 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/ -PKG_MD5SUM:=708f284975f1b567b817d27f7677a95f +PKG_MD5SUM:=7f35dfdbde249a090199829c1a1222d8 + +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/mklibs include $(INCLUDE_DIR)/host-build.mk |