[Pcsclite-cvs-commit] r6761 - trunk/Drivers/ccid/MacOSX

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Oct 2 15:06:45 UTC 2013


Author: rousseau
Date: 2013-10-02 15:06:45 +0000 (Wed, 02 Oct 2013)
New Revision: 6761

Modified:
   trunk/Drivers/ccid/MacOSX/configure
Log:
Document the use of --disable-class


Modified: trunk/Drivers/ccid/MacOSX/configure
===================================================================
--- trunk/Drivers/ccid/MacOSX/configure	2013-10-01 12:57:50 UTC (rev 6760)
+++ trunk/Drivers/ccid/MacOSX/configure	2013-10-02 15:06:45 UTC (rev 6761)
@@ -82,8 +82,10 @@
 # simulate a composite device as multi slots
 CONFIGURE_ARGS="$CONFIGURE_ARGS --enable-composite-as-multislot"
 
+# do not build a class driver (not yet used by pcsc-lite on Mac OS X)
+#CONFIGURE_ARGS="$CONFIGURE_ARGS --disable-class"
+
 # use a specific bundle name to NOT overwrite the official CCID driver
-#CONFIGURE_ARGS="$CONFIGURE_ARGS --disable-class"
 #CONFIGURE_ARGS="$CONFIGURE_ARGS --enable-bundle=ifd-ccid-vendor-reader.bundle"
 
 set -x




More information about the Pcsclite-cvs-commit mailing list