mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
added -laud for gcc if osf & c2
This commit is contained in:
@@ -95,8 +95,12 @@ case "$OS" in
|
|||||||
fi
|
fi
|
||||||
# C2 security stuff
|
# C2 security stuff
|
||||||
if test -n "$C2"; then
|
if test -n "$C2"; then
|
||||||
|
if test -n "$GCC"; then
|
||||||
|
LIBS="${LIBS} -lsecurity -laud"
|
||||||
|
else
|
||||||
LIBS="${LIBS} -lsecurity"
|
LIBS="${LIBS} -lsecurity"
|
||||||
fi
|
fi
|
||||||
|
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