You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
476 B

  1. Disable the analyze ATR perl-script and as we don't want to pull in perl
  2. as a dependency.
  3. diff --git a/pcsc_scan.c b/pcsc_scan.c
  4. index d89bc3e..134b675 100644
  5. --- a/pcsc_scan.c
  6. +++ b/pcsc_scan.c
  7. @@ -241,7 +241,7 @@ static void initialize_options(options_t *options, const char *pname)
  8. #ifdef WIN32
  9. options->analyse_atr = False;
  10. #else
  11. - options->analyse_atr = True;
  12. + options->analyse_atr = False;
  13. #endif
  14. options->stress_card = False;
  15. options->print_version = False;