Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 322677 Details for
Bug 427496
net-wireless/wimax-1.5.2-r1 with net-wireless/wpa_supplicant-1.0 USE=wimax - undefined reference to get_random_bytes symbol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for net-wireless/wpa_supplicant fixing this bug. Includes src/crypto/random.o and src/utils/eloop.o to libeap.so.
wpa_supplicant-libeap_fix_random_get_bytes.patch (text/plain), 703 bytes, created by
Martin Drab
on 2012-08-31 23:07:26 UTC
(
hide
)
Description:
Patch for net-wireless/wpa_supplicant fixing this bug. Includes src/crypto/random.o and src/utils/eloop.o to libeap.so.
Filename:
MIME Type:
Creator:
Martin Drab
Created:
2012-08-31 23:07:26 UTC
Size:
703 bytes
patch
obsolete
>diff -Napur orig/src/eap_peer/Makefile new/src/eap_peer/Makefile >--- orig/src/eap_peer/Makefile 2012-09-01 00:34:54.000000000 +0200 >+++ new/src/eap_peer/Makefile 2012-09-01 00:40:33.276263101 +0200 >@@ -32,6 +32,7 @@ override CFLAGS += -I. -I.. -I../crypto > override CFLAGS += -I ../../wpa_supplicant > > OBJS_both += ../utils/common.o >+OBJS_both += ../utils/eloop.o > OBJS_both += ../utils/os_unix.o > OBJS_both += ../utils/wpa_debug.o > OBJS_both += ../utils/base64.o >@@ -46,6 +47,7 @@ OBJS_both += ../crypto/aes-eax.o > OBJS_both += ../crypto/aes-omac1.o > OBJS_both += ../crypto/ms_funcs.o > OBJS_both += ../crypto/sha256.o >+OBJS_both += ../crypto/random.o > > > OBJS_both += ../eap_common/eap_peap_common.o
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 427496
: 322677 |
334510