mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
HP-UX 10.20 libc has an incompatible getline
This commit is contained in:
parent
1e01f2b7ac
commit
49d1142dfa
2
configure
vendored
2
configure
vendored
@ -12949,6 +12949,8 @@ $as_echo "$sudo_cv_var_daportable" >&6; }
|
|||||||
*-*-hpux10.*)
|
*-*-hpux10.*)
|
||||||
shadow_funcs="getprpwnam iscomsec"
|
shadow_funcs="getprpwnam iscomsec"
|
||||||
shadow_libs="-lsec"
|
shadow_libs="-lsec"
|
||||||
|
# HP-UX 10.20 libc has an incompatible getline
|
||||||
|
ac_cv_func_getline="no"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
shadow_funcs="getspnam iscomsec"
|
shadow_funcs="getspnam iscomsec"
|
||||||
|
@ -1546,6 +1546,8 @@ case "$host" in
|
|||||||
*-*-hpux10.*)
|
*-*-hpux10.*)
|
||||||
shadow_funcs="getprpwnam iscomsec"
|
shadow_funcs="getprpwnam iscomsec"
|
||||||
shadow_libs="-lsec"
|
shadow_libs="-lsec"
|
||||||
|
# HP-UX 10.20 libc has an incompatible getline
|
||||||
|
ac_cv_func_getline="no"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
shadow_funcs="getspnam iscomsec"
|
shadow_funcs="getspnam iscomsec"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user