summaryrefslogtreecommitdiffstats
path: root/tools/mklibs
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-02-26 21:49:11 +0000
committerLuka Perkov <luka@openwrt.org>2013-02-26 21:49:11 +0000
commitdbe806ec61d8086c0f1430268ea2abd5c13bebd1 (patch)
tree017ee6368264a37377669087afc88853b1c60cc2 /tools/mklibs
parent781e7dd18b38c80249f59ef3ae1618766ccfe1c7 (diff)
downloadmaster-31e0f0ae-dbe806ec61d8086c0f1430268ea2abd5c13bebd1.tar.gz
master-31e0f0ae-dbe806ec61d8086c0f1430268ea2abd5c13bebd1.tar.bz2
master-31e0f0ae-dbe806ec61d8086c0f1430268ea2abd5c13bebd1.zip
mklibs: upgrade to 0.1.35
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35818
Diffstat (limited to 'tools/mklibs')
-rw-r--r--tools/mklibs/Makefile8
-rw-r--r--tools/mklibs/patches/001-compile.patch8
2 files changed, 13 insertions, 3 deletions
diff --git a/tools/mklibs/Makefile b/tools/mklibs/Makefile
index fd3d233c47..fa0bce70d9 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
diff --git a/tools/mklibs/patches/001-compile.patch b/tools/mklibs/patches/001-compile.patch
new file mode 100644
index 0000000000..09b831ada2
--- /dev/null
+++ b/tools/mklibs/patches/001-compile.patch
@@ -0,0 +1,8 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,4 +1,4 @@
+-AC_INIT([mklibs],m4_esyscmd(dpkg-parsechangelog | perl -ne 'print $1 if m/^Version: (.*)$/;'))
++AC_INIT([mklibs],m4_esyscmd([head -n1 debian/changelog | awk -F'[\\\\(\\\\)]' '{ print $2 }' | xargs -I{} echo -n {}]))
+ AM_INIT_AUTOMAKE([foreign no-define])
+ AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE