From: Todd C. Miller Date: Tue, 12 Oct 2010 13:24:03 +0000 (-0400) Subject: HP-UX 10.20 libc has an incompatible getline() X-Git-Tag: SUDO_1_7_5~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b895e2f2f728a19c030a07b9b25ed3d217b273d;p=sudo HP-UX 10.20 libc has an incompatible getline() --HG-- branch : 1.7 --- diff --git a/configure b/configure index e217b14b6..5fb8c003c 100755 --- a/configure +++ b/configure @@ -12963,6 +12963,8 @@ $as_echo "$sudo_cv_var_daportable" >&6; } *-*-hpux10.*) shadow_funcs="getprpwnam iscomsec" shadow_libs="-lsec" + # HP-UX 10.20 libc has an incompatible getline + ac_cv_func_getline="no" ;; *) shadow_funcs="getspnam iscomsec" diff --git a/configure.in b/configure.in index cefa4aa5c..7bdbd6882 100644 --- a/configure.in +++ b/configure.in @@ -1532,6 +1532,8 @@ case "$host" in *-*-hpux10.*) shadow_funcs="getprpwnam iscomsec" shadow_libs="-lsec" + # HP-UX 10.20 libc has an incompatible getline + ac_cv_func_getline="no" ;; *) shadow_funcs="getspnam iscomsec"