summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-07-13 19:05:01 +0200
committerFlorian Ragwitz <rafl@debian.org>2011-07-13 19:05:01 +0200
commit5aa2cbff74d2f83242943910112d37569a876789 (patch)
tree10ddd45f0f77f390b261b5d58ccc1c6267f914ef /hints
parent7f4d7a860e99508a6d987ad8b17c5f085376cf40 (diff)
downloadperl-5aa2cbff74d2f83242943910112d37569a876789.tar.gz
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.
Diffstat (limited to 'hints')
-rw-r--r--hints/linux.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index 2808f865da..d0ac9fa9ff 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);