From f988ff9a3a7311c25295fbe0ca891b09feb72f25 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Tue, 29 Jul 2008 12:57:43 +0000 Subject: removed a missed dependancy on curl remove use of autogen, just run the one needed command from in it SVN-Revision: 11991 --- package/opkg/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/opkg/Makefile') diff --git a/package/opkg/Makefile b/package/opkg/Makefile index ab41ac0995..45010c7f3a 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -22,7 +22,6 @@ include $(INCLUDE_DIR)/package.mk define Package/opkg SECTION:=base CATEGORY:=Base system - DEPENDS:=+libcurl TITLE:=opkg package management system URL:=http://wiki.openmoko.org/wiki/Opkg endef @@ -46,7 +45,7 @@ CONFIGURE_ARGS += \ define Build/Configure (cd $(PKG_BUILD_DIR); \ - ./autogen.sh \ + autoreconf -v --install || exit 1 \ ); $(call Build/Configure/Default) endef -- cgit v1.2.3