c5adda108ea2778d309f96c0a5365447f68fb94f
[feed/packages.git] / utils / pcsc-tools / patches / 001-disable-atr.patch
1 Disable the analyze ATR perl-script and as we don't want to pull in perl
2 as a dependency.
3
4 --- a/pcsc_scan.c
5 +++ b/pcsc_scan.c
6 @@ -294,7 +294,7 @@ static void initialize_options(options_t
7 #if defined(WIN32) || defined(__APPLE__)
8 options->analyse_atr = False;
9 #else
10 - options->analyse_atr = True;
11 + options->analyse_atr = False;
12 #endif
13 options->stress_card = False;
14 options->maxtime = 0;