mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
added -laud for gcc if osf & c2
This commit is contained in:
@@ -95,7 +95,11 @@ case "$OS" in
|
||||
fi
|
||||
# C2 security stuff
|
||||
if test -n "$C2"; then
|
||||
LIBS="${LIBS} -lsecurity"
|
||||
if test -n "$GCC"; then
|
||||
LIBS="${LIBS} -lsecurity -laud"
|
||||
else
|
||||
LIBS="${LIBS} -lsecurity"
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
"irix") echo "Looks like IRIX"
|
||||
|
Reference in New Issue
Block a user