From b75b365ab012a4c1b54dbb63704ac0206c85ccd8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jun 2012 22:46:38 +0000 Subject: [PATCH] libcrypto++: add missing dependency SVN-Revision: 32230 --- libs/libcrypto++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2