1config 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 11 https://github.com/OpenSC/OpenSC/wiki 12 13comment "libp11 needs a toolchain w/ dynamic library, threads" 14 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS 15