components/ejabberd/Makefile
changeset 1434 c782e620dd26
parent 1071 cc3ecf7b3dec
child 1761 430c843da2e3
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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 PATH=/usr/xpg4/bin:/usr/bin
    28 PATH=/usr/xpg4/bin:/usr/bin
    58 COMPONENT_PRE_CONFIGURE_ACTION = \
    58 COMPONENT_PRE_CONFIGURE_ACTION = \
    59 	($(CLONEY) $(SOURCE_DIR) $(BUILD_DIR)/$(MACH32))
    59 	($(CLONEY) $(SOURCE_DIR) $(BUILD_DIR)/$(MACH32))
    60 
    60 
    61 CONFIGURE_SCRIPT = ./configure
    61 CONFIGURE_SCRIPT = ./configure
    62 
    62 
       
    63 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    64 
    63 build:	$(BUILD_32)
    65 build:	$(BUILD_32)
    64 
    66 
    65 install:	$(INSTALL_32)
    67 install:	$(INSTALL_32)
    66 
    68 
    67 test:		$(NO_TESTS)
    69 test:		$(NO_TESTS)