aboutsummaryrefslogtreecommitdiffstats
path: root/package/libjson-c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-06 21:42:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-06 21:42:48 +0000
commitd5508174f15e44cbe23992ef96cd790b2f5c1939 (patch)
treea6f10f3c3154dcfbe46a897c7ef6563fc492f7c4 /package/libjson-c
parent1c799ff7ccfa0fac1dea3ce550a722fd6e5fddae (diff)
downloadupstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.gz
upstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.bz2
upstream-d5508174f15e44cbe23992ef96cd790b2f5c1939.zip
[package] change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libjson-c')
-rw-r--r--package/libjson-c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libjson-c/Makefile b/package/libjson-c/Makefile
index 08d4f2d632..afd409b8e9 100644
--- a/package/libjson-c/Makefile
+++ b/package/libjson-c/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://oss.metaparadigm.com/json-c/
PKG_MD5SUM:=3a13d264528dcbaf3931b0cede24abae
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk