Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462548 - net-wireless/wpa_supplicant: add USE=smartcard or USE=pkcs11 support
Summary: net-wireless/wpa_supplicant: add USE=smartcard or USE=pkcs11 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 01:58 UTC by SpanKY
Modified: 2013-04-28 16:02 UTC (History)
2 users (show)

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 SpanKY gentoo-dev 2013-03-21 01:58:21 UTC
we want to cut out smartcard/pkcs11 support from our wpa_supplicant builds.  but the current logic ties it to USE=ssl.  can we split this out into a dedicated USE flag ?

REQUIRED_USE="smartcard? ( ssl )"
...
	if use smartcard ; then
		# REQUIRED_USE ensures that ssl is set too.
		echo "CONFIG_SMARTCARD=y"    >> ${CFGFILE}
	fi
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2013-04-28 16:02:39 UTC
Fixed in 2.0-r1, smartcard use flag has been added.