components/sudo/Makefile
branchs11u1-sru
changeset 2511 4a3540719f56
parent 864 8070f77a5a10
child 2570 40da38c985e9
equal deleted inserted replaced
2509:b7784efdcc03 2511:4a3540719f56
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		sudo
    27 COMPONENT_NAME=		sudo
    38 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/configure.mk
    39 include $(WS_TOP)/make-rules/configure.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    41 
    41 
    42 CONFIGURE_ENV +=	"CC=$(CC)"
    42 CONFIGURE_ENV +=	"CC=$(CC)"
    43 CONFIGURE_ENV +=	"CFLAGS=$(CFLAGS)"
    43 CONFIGURE_ENV +=	"CFLAGS=$(CFLAGS) -DHAVE__GETGRPSBYMEMBER"
    44 CONFIGURE_ENV +=	"CXX=$(CXX)"
    44 CONFIGURE_ENV +=	"CXX=$(CXX)"
    45 CONFIGURE_ENV +=	"MAKE=$(GMAKE)"
    45 CONFIGURE_ENV +=	"MAKE=$(GMAKE)"
    46 
    46 
    47 CONFIGURE_OPTIONS +=	--with-ldap
    47 CONFIGURE_OPTIONS +=	--with-ldap
    48 CONFIGURE_OPTIONS +=	--with-project
    48 CONFIGURE_OPTIONS +=	--with-project