mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
5563262bc0
Enable DES in openssl to fix build failure raised since commit
a83d41867c
Fixes:
- http://autobuild.buildroot.org/results/c104263d0fb6f758ac1e654b114f68b4fbfcf6bd
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
config BR2_PACKAGE_TPM_TOOLS
|
|
bool "tpm-tools"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
|
|
depends on !BR2_STATIC_LIBS # trousers
|
|
select BR2_PACKAGE_TROUSERS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
Tools to manage and diagnose a TPM
|
|
|
|
http://trousers.sourceforge.net/
|
|
|
|
comment "tpm-tools needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|