mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
syslog() fixed in hpux 10.01
This commit is contained in:
@@ -194,8 +194,6 @@ case "$OS" in
|
|||||||
AC_DEFINE_UNQUOTED(SHADOW_TYPE, $SHADOW_TYPE)
|
AC_DEFINE_UNQUOTED(SHADOW_TYPE, $SHADOW_TYPE)
|
||||||
fi
|
fi
|
||||||
elif test "$OSREV" -eq 10 ; then
|
elif test "$OSREV" -eq 10 ; then
|
||||||
AC_DEFINE(BROKEN_SYSLOG)
|
|
||||||
|
|
||||||
if test -n "$STATIC_SUDO" ; then
|
if test -n "$STATIC_SUDO" ; then
|
||||||
if test -n "$GCC" ; then
|
if test -n "$GCC" ; then
|
||||||
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
|
SUDO_LDFLAGS="${SUDO_LDFLAGS} -static"
|
||||||
|
Reference in New Issue
Block a user