794e8e0 Rebuild against glibc without nsl library

Authored and Committed by ppisar 6 years ago
1 file changed. 4 lines added. 1 lines removed.
    Rebuild against glibc without nsl library
    
    Perl opportunistically links against nsl library because some
    platforms provide gethostbyname() in it. This is not the case of GNU
    libc. Yet the "-lnsl" gets into $Config{perllibs} and
    ExtUtils::Embed enforces it. This breaks with glibc-2.26.9000-40 that
    removed the library.
    
    Simple rebuild against the new glibc fixes it.
    
        
file modified
+4 -1