mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
now add -D__STDC__ for convex cc (not gcc)
This commit is contained in:
parent
910e9c09fd
commit
d05eae98b4
@ -196,6 +196,9 @@ case "$OS" in
|
||||
;;
|
||||
"convex") echo "Looks like ConvexOs"
|
||||
AC_DEFINE(_CONVEX_SOURCE)
|
||||
if test -z "$GCC" ; then
|
||||
CFLAGS="${CFLAGS} -D__STDC__"
|
||||
fi
|
||||
# C2 security stuff
|
||||
if test -n "$C2" ; then
|
||||
OSDEFS="${OSDEFS} -D_AUDIT -D_ACL -DSecureWare"
|
||||
|
Loading…
x
Reference in New Issue
Block a user