summaryrefslogtreecommitdiffstats
path: root/package
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
commitfef8f37692175b97a990ae5ec9860da067a8a565 (patch)
treee747fe0d33042f0b71045a64ecf37470d9b996ac /package
parent693bc17d4013852e837aae527c2e9048865cba22 (diff)
downloadmaster-31e0f0ae-fef8f37692175b97a990ae5ec9860da067a8a565.tar.gz
master-31e0f0ae-fef8f37692175b97a990ae5ec9860da067a8a565.tar.bz2
master-31e0f0ae-fef8f37692175b97a990ae5ec9860da067a8a565.zip
change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
SVN-Revision: 25904
Diffstat (limited to 'package')
-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