fix incorrect DEPENDS, from #6211
authorTravis Kemen <thepeople@openwrt.org>
Thu, 25 Mar 2010 01:15:21 +0000 (01:15 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Thu, 25 Mar 2010 01:15:21 +0000 (01:15 +0000)
SVN-Revision: 20411

utils/unrar/Makefile

index 4c84ab903201d1ad5163681f172ac463684b79ba..05be1c9e8b933f12a566f849f7f6fd999db19e5c 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