components/sudo/Makefile
branchs11-update
changeset 2506 ba463e5578fa
parent 2434 6c9bb5cf5610
child 1209 5fd82ed384aa
child 2568 f402d954b15b
equal deleted inserted replaced
2505:11d0c46e4d36 2506:ba463e5578fa
    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