components/mlocate/Makefile
branchs11-update
changeset 2910 f8b8cbc43356
parent 2549 66da0486207a
child 3661 47545fb8aed4
equal deleted inserted replaced
2905:8c0fb29f2a1e 2910:f8b8cbc43356
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=         mlocate
    28 COMPONENT_NAME=         mlocate
    47 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    47 COMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f && automake)
    48 COMPONENT_POST_INSTALL_ACTION= \
    48 COMPONENT_POST_INSTALL_ACTION= \
    49     @$(MKDIR) -p $(PROTO_DIR)/etc/; \
    49     @$(MKDIR) -p $(PROTO_DIR)/etc/; \
    50     $(CP) files/updatedb.conf $(PROTO_DIR)/etc/ 
    50     $(CP) files/updatedb.conf $(PROTO_DIR)/etc/ 
    51 
    51 
    52 # Enable aslr for this component
       
    53 ASLR_MODE = $(ASLR_ENABLE)
       
    54 
       
    55 # common targets
    52 # common targets
    56 build:		$(BUILD_64) 
    53 build:		$(BUILD_64) 
    57 
    54 
    58 install:	$(INSTALL_64) 
    55 install:	$(INSTALL_64) 
    59 		
    56