From fef8f37692175b97a990ae5ec9860da067a8a565 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 6 Mar 2011 21:42:48 +0000 Subject: change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf SVN-Revision: 25904 --- package/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg') 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 -- cgit v1.2.3