change PKG_FIXUP:=libtool to PKG_FIXUP:=autoreconf
[openwrt/staging/florian.git] / package / opkg / Makefile
index 0b07d5b49965d2957be55ba045f57704b465e8c7..41d3439215b387f25fc966d6ba7a00262e6df806 100644 (file)
@@ -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