From: nbd Date: Mon, 11 Jun 2012 22:46:38 +0000 (+0000) Subject: libcrypto++: add missing dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4452986e9b12eee31a5972e21a1235f4e73e9398;p=packages.git libcrypto++: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32230 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index f5c3212d0..f9bbd79a4 100644 --- a/libs/libcrypto++/Makefile +++ b/libs/libcrypto++/Makefile @@ -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