From: nbd Date: Mon, 11 Jun 2012 23:30:34 +0000 (+0000) Subject: cppunit: add missing dependency X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=b2d6a0607897dd8868d062f96e76a67fa93cc20b;p=packages.git cppunit: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32241 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 594c350b3..91b74e61a 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -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