mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 07:45:47 +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)
|
AC_DEFINE(_ALL_SOURCE)
|
||||||
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp"
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -Wl,-bI:\$(srcdir)/aixcrypt.exp"
|
||||||
;;
|
;;
|
||||||
*-*-hpux10*)
|
*-*-hpux1[0-9]*)
|
||||||
# uncomment this for a statically linked sudo
|
# uncomment this for a statically linked sudo
|
||||||
# (XXX - should be an option to configure)
|
# (XXX - should be an option to configure)
|
||||||
#STATIC_SUDO=true
|
#STATIC_SUDO=true
|
||||||
|
Reference in New Issue
Block a user