Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 591116 Details for
Bug 695674
>=net-wireless/wpa_supplicant-2.8 fails to build on uclibc(-ng) with GRND_NONBLOCK undefined.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proof of concept patch on 2.8-r1 ebuild
wpa_supplicant-compile-on-uclbc.patch (text/plain), 498 bytes, created by
David Flogeras
on 2019-09-26 14:10:52 UTC
(
hide
)
Description:
Proof of concept patch on 2.8-r1 ebuild
Filename:
MIME Type:
Creator:
David Flogeras
Created:
2019-09-26 14:10:52 UTC
Size:
498 bytes
patch
obsolete
>diff -Naur a/wpa_supplicant-2.8-r1.ebuild b/wpa_supplicant-2.8-r1.ebuild >--- a/wpa_supplicant-2.8-r1.ebuild 2019-09-01 15:09:56.000000000 -0300 >+++ b/wpa_supplicant-2.8-r1.ebuild 2019-09-26 11:01:02.000000000 -0300 >@@ -138,7 +138,9 @@ > Kconfig_style_config OCV > Kconfig_style_config TLSV11 > Kconfig_style_config TLSV12 >- Kconfig_style_config GETRANDOM >+ if [[ "${CHOST}" != *-uclibc* ]] ; then >+ Kconfig_style_config GETRANDOM >+ fi > Kconfig_style_config MBO > > # Basic authentication methods
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 695674
: 591116