mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
support hpux1[0-9] not just hpux10
This commit is contained in:
@@ -315,7 +315,7 @@ case "$host" in
|
||||
AC_DEFINE(_ALL_SOURCE)
|
||||
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp"
|
||||
;;
|
||||
*-*-hpux10*)
|
||||
*-*-hpux1[0-9]*)
|
||||
# uncomment this for a statically linked sudo
|
||||
# (XXX - should be an option to configure)
|
||||
#STATIC_SUDO=true
|
||||
|
Reference in New Issue
Block a user