bf4cf9de83
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>
9 lines
218 B
Plaintext
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
|