fix incorrect DEPENDS, from #6211
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Mar 2010 01:15:21 +0000 (01:15 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Mar 2010 01:15:21 +0000 (01:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20411 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/unrar/Makefile

index 4c84ab9..05be1c9 100644 (file)
@@ -24,7 +24,7 @@ define Package/unrar
   CATEGORY:=Utilities
   TITLE:=unrar application
   URL:=http://www.rarlab.com/
-  DEPENDS:=+uclibcxx
+  DEPENDS:=+libstdcpp
 endef
 
 define Package/unrar/description