diff -r a62391631ea1 -r d8e2284538ee components/sudo/Makefile --- a/components/sudo/Makefile Wed Jan 23 12:17:32 2013 -0800 +++ b/components/sudo/Makefile Sat Jan 19 16:54:22 2013 +0100 @@ -19,7 +19,7 @@ # CDDL HEADER END # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -41,7 +41,7 @@ include $(WS_TOP)/make-rules/ips.mk CONFIGURE_ENV += "CC=$(CC)" -CONFIGURE_ENV += "CFLAGS=$(CFLAGS)" +CONFIGURE_ENV += "CFLAGS=$(CFLAGS) -DHAVE__GETGRPSBYMEMBER" CONFIGURE_ENV += "CXX=$(CXX)" CONFIGURE_ENV += "MAKE=$(GMAKE)"