williamh 14/09/11 21:28:05 Added: dhcpcd-6.4.3-uclibc-fix.patch Log: Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for the patch; Roy suggested that I should use this one for 6.4.3 instead of what he has added to upstream. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.1 net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/files/dhcpcd-6.4.3-uclibc-fix.patch?rev=1.1&content-type=text/plain Index: dhcpcd-6.4.3-uclibc-fix.patch =================================================================== diff -Naur a/dhcpcd-6.4.3/configure b/dhcpcd-6.4.3/configure --- a/dhcpcd-6.4.3/configure 2014-07-30 12:13:12.000000000 -0300 +++ b/dhcpcd-6.4.3/configure 2014-09-04 16:37:06.604044374 -0300 @@ -493,6 +493,7 @@ #include <stdlib.h> int main(void) { arc4random(); + arc4random_uniform(); return 0; } EOF
