This is invalid fix. The default should be the libpcsclite.so. If you want something else use --with-pcsc-provider configure parameter during packaging. Please revert and notify debian to modify their packaging. Thanks.
On Fri, Oct 23, 2009 at 2:12 PM, <[email protected]> wrote: > Revision: 3787 > Author: ludovic.rousseau > Date: 2009-10-23 12:12:40 +0000 (Fri, 23 Oct 2009) > > Log Message: > ----------- > Default PCSC provider is libpcsclite.so.1 instead of libpcsclite.so > > See Debian bug #511344 > > Modified Paths: > -------------- > trunk/configure.ac > > Modified: trunk/configure.ac > =================================================================== > --- trunk/configure.ac 2009-10-22 18:28:25 UTC (rev 3786) > +++ trunk/configure.ac 2009-10-23 12:12:40 UTC (rev 3787) > @@ -587,7 +587,7 @@ > DEFAULT_PCSC_PROVIDER="winscard.dll" > ;; > *) > - > DEFAULT_PCSC_PROVIDER="/usr/lib${libdir##*/lib}/libpcsclite.so" > + > DEFAULT_PCSC_PROVIDER="/usr/lib${libdir##*/lib}/libpcsclite.so.1" > ;; > esac > else > > > _______________________________________________ > opensc-commits mailing list > [email protected] > http://www.opensc-project.org/mailman/listinfo/opensc-commits > _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
