summaryrefslogtreecommitdiffstats
path: root/tools/mklibs/Makefile
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-26 21:49:11 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-26 21:49:11 +0000
commit2b12b32517a385e159bba0f74882dde2a4098e5d (patch)
tree0c4b8a93db7355fff2ee7fdf48e6cafe262eb76e /tools/mklibs/Makefile
parent6b904a75a8bef791bce6fbcd7f869176be2a4bff (diff)
[tools] mklibs: upgrade to 0.1.35
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35818 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mklibs/Makefile')
-rw-r--r--tools/mklibs/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile
index fd3d233c4..fa0bce70d 100644
--- a/tools/mklibs/Makefile
+++ b/tools/mklibs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2012 OpenWrt.org
+# Copyright (C) 2009-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,11 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mklibs
-PKG_VERSION:=0.1.34
+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:=afe0ed527ba96b8a882b5de350603007
+PKG_MD5SUM:=3d2a4bd0bbf5ba964b0a1ecdafd1ea9a
+
+HOST_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk