projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab8b1f7
)
libcrypto++: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:38 +0000
(22:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:38 +0000
(22:46 +0000)
SVN-Revision: 32230
libs/libcrypto++/Makefile
patch
|
blob
|
history
diff --git
a/libs/libcrypto++/Makefile
b/libs/libcrypto++/Makefile
index f5c3212d06e92dae20bea535f24081cc013f23a1..f9bbd79a408fb9a377ddaab41363ad48f88685f4 100644
(file)
--- 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