mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
unixware needs -lgen
This commit is contained in:
parent
4edc42a9ad
commit
a23fb9c4f2
@ -378,7 +378,7 @@ case "$OS" in
|
||||
;;
|
||||
"unix_sv") echo "Looks like UnixWare"
|
||||
LIB_SOCKET=1
|
||||
SUDO_LIBS="${SUDO_LIBS} -lsocket"
|
||||
SUDO_LIBS="${SUDO_LIBS} -lsocket -lgen"
|
||||
|
||||
if test "$with_C2" != "no"; then
|
||||
with_C2="yes"
|
||||
@ -397,7 +397,7 @@ case "$OS" in
|
||||
;;
|
||||
"next") echo "Looks like NeXTstep"
|
||||
;;
|
||||
"bsd/386" | "bsd/os") echo "Looks like bsdi BSD/OS"
|
||||
"bsd/386" | "bsd/os") echo "Looks like BSDi BSD/OS"
|
||||
if test "$with_C2" = "yes"; then
|
||||
SHADOW_TYPE="SPW_BSD"
|
||||
fi
|
||||
@ -409,7 +409,7 @@ case "$OS" in
|
||||
SHADOW_TYPE="SPW_BSD"
|
||||
fi
|
||||
;;
|
||||
*"bsd"*) echo "Looks like some kind of BSD"
|
||||
*"bsd"*) echo "Looks like some kind of BSD, that's just fine"
|
||||
;;
|
||||
"unknown") echo "I don't recognize your OS, but that's ok"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user