summaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
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/opkg/Makefile
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/opkg/Makefile')
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
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