From: Florian Ragwitz Date: Wed, 13 Jul 2011 17:05:01 +0000 (+0200) Subject: Don't include libutil.h on Linux X-Git-Tag: v5.15.1~81 X-Git-Url: http://perl5.git.perl.org/perl.git/commitdiff_plain/5aa2cbff74d2f83242943910112d37569a876789 Don't include libutil.h on Linux All it does is cause warnings on recent systems with that header installed. It's required for some variants of FreeBSD only. --- diff --git a/hints/linux.sh b/hints/linux.sh index 2808f86..d0ac9fa 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -18,6 +18,9 @@ # No version of Linux supports setuid scripts. d_suidsafe='undef' +# No version of Linux needs libutil for perl. +i_libutil='undef' + # Debian and Red Hat, and perhaps other vendors, provide both runtime and # development packages for some libraries. The runtime packages contain shared # libraries with version information in their names (e.g., libgdbm.so.1.7.3);