change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf

SVN-Revision: 25904
This commit is contained in:
Jo-Philipp Wich
2011-03-06 21:42:48 +00:00
parent 693bc17d40
commit fef8f37692
5 changed files with 5 additions and 5 deletions

View File

@@ -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