Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131421 - make app-crypt/ccid work with sys-libs/libchipcard
Summary: make app-crypt/ccid work with sys-libs/libchipcard
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 03:19 UTC by Christoph Probst
Modified: 2006-05-23 19:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ccid-1.0.1-r1.ebuild (ccid-1.0.1-r1.ebuild,986 bytes, text/plain)
2006-04-29 11:36 UTC, Marcelo Goes (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Probst 2006-04-27 03:19:52 UTC
I'd like to use Libchipcard and its chipcard2-server (e.g. for gnucash) but that requires the ccid-driver to be compiled without pcsc-support. The ebuild tries to link against libpcsclite, which doesn't work with Libchipcard2.

It should be possible to modify the configure call as described on the libchipcard website (http://www.libchipcard.de/readers/ccid.html)

./configure --disable-pcsclite --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd


I'd be happy to see a useflag like "chipcard2" or "no-pcsc" or anything else that would solve this issue.
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2006-04-29 11:36:21 UTC
Created attachment 85780 [details]
ccid-1.0.1-r1.ebuild

Hi,

Does this ebuild work for you?
Comment 2 Christoph Probst 2006-05-18 07:39:38 UTC
Great. I tried the ebuild and it did exactly what I was looking for. Thanks!
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-05-18 14:38:31 UTC
glad it worked for you.
please don't close this until we fix it for everyone else.
Comment 4 Marcelo Goes (RETIRED) gentoo-dev 2006-05-23 19:44:34 UTC
Cool, in cvs. Thanks.