Package: libsocket6-perl / 0.29-3

Metadata

Package Version Patches format
libsocket6-perl 0.29-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ipv6_constants.patch | (download)

Socket6.pm | 19 19 0 - 0 !
Socket6.xs | 108 108 0 - 0 !
2 files changed, 127 insertions( )

 ipv6 constants missing from socket6 
 The SOL_IPV6(=IPPROTO_IPV6)-level constants for setsockopt which are
 documented in ipv6(7) under Linux, many of which are common to other
 operating systems, are not defined by the Socket6 module, as they
 probably should.
cross.patch | (download)

Makefile.PL | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 ftcbfs: does not pass --host to configure
 libsocket6-perl is built using a Makefile.PL that calls a ./configure
 script. Unfortunately, that latter invocation happens to lack --host and
 thus fails. Adding the --host flag is relatively easy, just figuring out
 the right value is not entirely obvious. I opted for $Config{archname},
 which happens to be x86_64-linux-gnu-thread-multi on amd64. This is not
 quite what we wanted x86_64-linux-gnu, but reasonably close. It also seems
 to work on armhf.