components/sudo/Makefile
changeset 1133 d8e2284538ee
parent 1058 34d7aaa03423
child 1209 5fd82ed384aa
child 2568 f402d954b15b
equal deleted inserted replaced
1132:a62391631ea1 1133:d8e2284538ee
    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
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/configure.mk
    40 include $(WS_TOP)/make-rules/configure.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    42 
    42 
    43 CONFIGURE_ENV +=	"CC=$(CC)"
    43 CONFIGURE_ENV +=	"CC=$(CC)"
    44 CONFIGURE_ENV +=	"CFLAGS=$(CFLAGS)"
    44 CONFIGURE_ENV +=	"CFLAGS=$(CFLAGS) -DHAVE__GETGRPSBYMEMBER"
    45 CONFIGURE_ENV +=	"CXX=$(CXX)"
    45 CONFIGURE_ENV +=	"CXX=$(CXX)"
    46 CONFIGURE_ENV +=	"MAKE=$(GMAKE)"
    46 CONFIGURE_ENV +=	"MAKE=$(GMAKE)"
    47 
    47 
    48 CONFIGURE_OPTIONS +=	--with-ldap
    48 CONFIGURE_OPTIONS +=	--with-ldap
    49 CONFIGURE_OPTIONS +=	--with-project
    49 CONFIGURE_OPTIONS +=	--with-project