package/libfreefare: requires DES support in openssl
Enable DES in openssl to fix build failure raised since commit
a83d41867c
Fixes:
- http://autobuild.buildroot.org/results/889ac8e5799e5b48c5964592acefb67feec1c021
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4032dc6bec
commit
f40ffd17fc
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_LIBFREEFARE
|
||||
bool "libfreefare"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
|
||||
select BR2_PACKAGE_LIBNFC
|
||||
help
|
||||
Library for high level manipulation of MIFARE cards.
|
||||
|
Loading…
Reference in New Issue
Block a user