opkg depends on curl
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Jul 2008 10:24:32 +0000 (10:24 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 Jul 2008 10:24:32 +0000 (10:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/opkg/Makefile

index b9e3e29..ab41ac0 100644 (file)
@@ -22,6 +22,7 @@ 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