Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222215 - net-misc/rdesktop 1.6.0 smartcard support
Summary: net-misc/rdesktop 1.6.0 smartcard support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 07:10 UTC by pcm
Modified: 2008-05-21 14:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pcm 2008-05-15 07:10:29 UTC
rdesktop 1.6.0. has support for smart cards via pcsc-lite, but ebuild not enables it. This patch solves this problem

--- rdesktop-1.6.0.ebuild       2008-05-15 03:37:43.000000000 +0700
+++ rdesktop-1.6.0_r1.ebuild    2008-05-15 09:31:54.000000000 +0700
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="ao debug ipv6 oss"
+IUSE="ao debug ipv6 oss smartcard"

 S=${WORKDIR}/${PN}-${MY_PV}

@@ -42,6 +42,7 @@
                --with-openssl=/usr \
                `use_with debug` \
                `use_with ipv6` \
+               `use_enable smartcard` \
                ${extra_conf} \
                || die
Comment 1 Bernard Cafarelli gentoo-dev 2008-05-21 14:17:43 UTC
Added to rdesktop-1.6.0-r1, USE flag is "pcsc-lite" (more appropriate as pcsc-lite is masked on alpha, where it is not supported)

Thanks to the report!