Config.in 430 B

1234567891011121314
  1. config BR2_PACKAGE_LIBP11
  2. bool "libp11"
  3. depends on !BR2_STATIC_LIBS # dlopen
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_OPENSSL
  6. select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
  7. help
  8. OpenSSL engine for PKCS#11 modules. Part of the OpenSC
  9. project.
  10. https://github.com/OpenSC/OpenSC/wiki
  11. comment "libp11 needs a toolchain w/ dynamic library, threads"
  12. depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS