[gnupg-ru] Re: [Announce] GnuPG 1.9.17 (S/MIME and gpg-agent)
	released
    Werner Koch 
    wk на gnupg.org
       
    Вт Июн 21 13:47:38 CEST 2005
    
    
  
Hi!
there is a small glitch on systems where libusb development files are
not installed.  This is actually optional but a missing one won'
t let you build the scdaemon.
 ./configure --disable-scdaemon
is the obvious workaround.  Or use this patch:
diff -u -p -r1.12.2.32 scdaemon.c
--- scd/scdaemon.c      7 Jun 2005 19:09:17 -0000       1.12.2.32
+++ scd/scdaemon.c      21 Jun 2005 11:55:42 -0000
@@ -456,7 +456,9 @@ main (int argc, char **argv )
           allow_coredump = 1;
           break;
         case oDebugCCIDDriver: 
+#ifdef HAVE_LIBUSB
           ccid_set_debug_level (ccid_set_debug_level (-1)+1);
+#endif /*HAVE_LIBUSB*/
           break;
         case oDebugDisableTicker: ticker_disabled = 1; break;
 
Installing libusb-dev is in general a good idea - if it exists for
your platform.  Without it you need to use pcsclite to access
smartcard readers.
Shalom-Salam,
   Werner
_______________________________________________
Gnupg-announce mailing list
Gnupg-announce на gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-announce
    
    
Подробная информация о списке рассылки Gnupg-ru