diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-05 00:21:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-05 00:21:23 +0000 |
commit | 6f0f50b5329bdf053ef78c1291f9184233c124b5 (patch) | |
tree | a39970104682624f02134b477abd45b78b794a89 /tools/mklibs/Makefile | |
parent | 5bb2e8030d834b5d55f2644258105f1f0fe4de16 (diff) | |
download | upstream-6f0f50b5329bdf053ef78c1291f9184233c124b5.tar.gz upstream-6f0f50b5329bdf053ef78c1291f9184233c124b5.tar.bz2 upstream-6f0f50b5329bdf053ef78c1291f9184233c124b5.zip |
Revert "[tools] mklibs: upgrade to 0.1.37"
It breaks on trying to find ldso
SVN-Revision: 36849
Diffstat (limited to 'tools/mklibs/Makefile')
-rw-r--r-- | tools/mklibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile index 1f6ce27db5..fa0bce70d9 100644 --- a/tools/mklibs/Makefile +++ b/tools/mklibs/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mklibs -PKG_VERSION:=0.1.37 +PKG_VERSION:=0.1.35 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/m/mklibs/ -PKG_MD5SUM:=099cc99d51f09ea51e58a56e62a46af7 +PKG_MD5SUM:=3d2a4bd0bbf5ba964b0a1ecdafd1ea9a HOST_FIXUP:=autoreconf |