cppunit: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:34 +0000 (23:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:34 +0000 (23:30 +0000)
SVN-Revision: 32241

devel/cppunit/Makefile

index 594c350b3945d9e142461130d4f1e49ab890c47b..91b74e61a069b82e83fd2d45a4fc07ebbf8e316f 100644 (file)
@@ -23,6 +23,7 @@ define Package/cppunit
   CATEGORY:=Development
   TITLE:=Unit Testing Library for C++
   URL:=http://cppunit.sourceforge.net/
+  DEPENDS:=+libstdcpp
 endef
 
 define Package/cppunit/description