mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/cppcms: libgcrypt is optional, not mandatory
If libgcrypt (or openssl) is not enabled, aes_encryptor is disabled Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
f413bf2c64
commit
32045a73a3
@@ -1,12 +1,10 @@
|
||||
config BR2_PACKAGE_CPPCMS
|
||||
bool "cppcms"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
depends on !BR2_STATIC_LIBS # dlopen()
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_PCRE
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
help
|
||||
CppCMS is a Free High Performance Web Development Framework
|
||||
(not a CMS) aimed for Rapid Web Application Development. It
|
||||
|
||||
Reference in New Issue
Block a user