From 227367d3a32d0593c717a1cf00447df83752bbd7 Mon Sep 17 00:00:00 2001 From: thepeople 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 ab41ac099..45010c7f3 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