libcrypto++: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:38 +0000 (22:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:38 +0000 (22:46 +0000)
SVN-Revision: 32230

libs/libcrypto++/Makefile

index f5c3212d06e92dae20bea535f24081cc013f23a1..f9bbd79a408fb9a377ddaab41363ad48f88685f4 100644 (file)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libcryptoxx
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libpthread
+  DEPENDS:=+libpthread +libstdcpp
   TITLE:=Crypto++ is library for creating C++ programs which use cryptographic algorithms
   URL:=http://packages.debian.org/sid/libcrypto++-dev
 endef