mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
added OSF C2 stuff
This commit is contained in:
@@ -87,6 +87,10 @@ case "$OS" in
|
||||
if test -z "$GCC"; then
|
||||
STATIC_FLAGS="-non_shared"
|
||||
fi
|
||||
# C2 security stuff
|
||||
if test -n "$C2"; then
|
||||
LIBS="${LIBS} -lsecurity"
|
||||
fi
|
||||
;;
|
||||
"irix") echo "Looks like IRIX"
|
||||
# configure doesn't think irix has stdc headers
|
||||
|
Reference in New Issue
Block a user