This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #80674] Fix compilation with very old versions of glibc
authorDavid Leadbeater <dgl@dgl.cx>
Fri, 17 Dec 2010 04:14:40 +0000 (20:14 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Dec 2010 04:41:39 +0000 (20:41 -0800)
commit8b079db663fda8b4ad5c7f33655632c57d3e32fd
treeeaeb49fa965c64d35494d840cf1679c91e58b6d9
parent2dcac756b8b2c3b3d7d34174ba27b78fb1c7ba4a
[perl #80674] Fix compilation with very old versions of glibc

__priority_which_t does not exist on glibc 2.1.

sin6_scope is not present in the set of kernel headers my copy of glibc 2.1 is
using. (The presence of sin6_scope in sockaddr_in6 should maybe be a Configure
test.)

blead now compiles on a positively ancient box -- although the Socket tests
fail.
ext/Socket/Socket.xs
pp_sys.c