kumquat-buildroot/package/cryptopp/Config.in
Kamel Bouhara bf4cf9de83 package/cryptopp: add a target variant
So far, cryptopp only had a host variant, but some use-cases require
this library on the target, so this adjusts the cryptopp package
accordingly.

One patch (submitted upstream) is needed to have the proper symlink
corresponding to the SONAME of the shared library.

Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-07 23:28:05 +01:00

9 lines
218 B
Plaintext

config BR2_PACKAGE_CRYPTOPP
bool "cryptopp"
depends on !BR2_STATIC_LIBS
help
A free C++ class library of cryptographic schemes
comment "cryptopp needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS