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