Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 323072 Details for
Bug 434128
net-misc/strongswan-5.0.0 - USE=eap fails on missing pam
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to connect eap-gtc to USE="eap pam"
strongswam5.diff (text/plain), 1.49 KB, created by
Bruno
on 2012-09-06 13:32:05 UTC
(
hide
)
Description:
Patch to connect eap-gtc to USE="eap pam"
Filename:
MIME Type:
Creator:
Bruno
Created:
2012-09-06 13:32:05 UTC
Size:
1.49 KB
patch
obsolete
>--- a/net-misc/strongswan/strongswan-5.0.0.ebuild 2012-07-01 12:45:17.000000000 +0200 >+++ b/net-misc/strongswan/strongswan-5.0.0.ebuild 2012-09-06 15:19:42.071023257 +0200 >@@ -12,7 +12,7 @@ > LICENSE="GPL-2 RSA-MD5 RSA-PKCS11 DES" > SLOT="0" > KEYWORDS="~arm ~amd64 ~ppc ~sparc ~x86" >-IUSE="+caps curl debug dhcp eap farp gcrypt ldap +ikev1 +ikev2 mysql +non-root +openssl sqlite" >+IUSE="+caps curl debug dhcp eap pam farp gcrypt ldap +ikev1 +ikev2 mysql +non-root +openssl sqlite" > > COMMON_DEPEND="!net-misc/openswan > >=dev-libs/gmp-4.1.5 >@@ -22,7 +22,8 @@ > ldap? ( net-nds/openldap ) > openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) > mysql? ( virtual/mysql ) >- sqlite? ( >=dev-db/sqlite-3.3.1 )" >+ sqlite? ( >=dev-db/sqlite-3.3.1 ) >+ pam? ( sys-libs/pam )" > DEPEND="${COMMON_DEPEND} > virtual/linux-sources > sys-kernel/linux-headers" >@@ -108,6 +109,11 @@ > # strongSwan builds and installs static libs by default which are > # useless to the user (and to strongSwan for that matter) because no > # header files or alike get installed... so disabling them is safe. >+ if use pam && use eap; then >+ myconf="${myconf} --enable-eap-gtc" >+ else >+ myconf="${myconf} --disable-eap-gtc" >+ fi > econf \ > --disable-static \ > $(use_with caps capabilities libcap) \ >@@ -121,7 +127,6 @@ > $(use_enable eap eap-simaka-reauth) \ > $(use_enable eap eap-identity) \ > $(use_enable eap eap-md5) \ >- $(use_enable eap eap-gtc) \ > $(use_enable eap eap-aka) \ > $(use_enable eap eap-aka-3gpp2) \ > $(use_enable eap eap-mschapv2) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434128
: 323072