aboutsummaryrefslogtreecommitdiffstats
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
parent1c799ff7ccfa0fac1dea3ce550a722fd6e5fddae (diff)
downloadmaster-187ad058-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.gz
master-187ad058-d5508174f15e44cbe23992ef96cd790b2f5c1939.tar.bz2
master-187ad058-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
-rw-r--r--package/kexec-tools/Makefile2
-rw-r--r--package/libjson-c/Makefile2
-rw-r--r--package/opkg/Makefile2
-rw-r--r--package/ps3-utils/Makefile2
-rw-r--r--package/xfsprogs/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 0e2ca2274a..101572b027 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec
PKG_MD5SUM:=35d05fed1c97008ac34c5bfb929295eb
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
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
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 0b07d5b499..41d3439215 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION)
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
-PKG_FIXUP = libtool
+PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES = autogen.sh aclocal.m4
include $(INCLUDE_DIR)/package.mk
diff --git a/package/ps3-utils/Makefile b/package/ps3-utils/Makefile
index dfba29a251..7963521106 100644
--- a/package/ps3-utils/Makefile
+++ b/package/ps3-utils/Makefile
@@ -18,7 +18,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
PKG_INSTALL=1
include $(INCLUDE_DIR)/package.mk
diff --git a/package/xfsprogs/Makefile b/package/xfsprogs/Makefile
index fc2b764332..c2538fd776 100644
--- a/package/xfsprogs/Makefile
+++ b/package/xfsprogs/Makefile
@@ -15,7 +15,7 @@ PKG_MD5SUM:=23568a603c913b80076abe3c23521573
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
PKG_INSTALL:=1
-PKG_FIXUP = libtool
+PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk