components/unzip/Makefile
changeset 1659 2ee68e9ab496
parent 1058 34d7aaa03423
child 1737 e1540de314ca
equal deleted inserted replaced
1658:6fd28f9584ed 1659:2ee68e9ab496
    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, 2014, 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=		unzip
    27 COMPONENT_NAME=		unzip
    51 
    51 
    52 # This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.
    52 # This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.
    53 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTOUSRBINDIR)
    53 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTOUSRBINDIR)
    54 COMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
    54 COMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
    55 
    55 
       
    56 # Enable ASLR for this component
       
    57 ASLR_MODE = $(ASLR_ENABLE)
       
    58 
    56 # common targets
    59 # common targets
    57 
    60 
    58 build:		$(BUILD_32)
    61 build:		$(BUILD_64)
    59 
    62 
    60 install:	$(INSTALL_32)
    63 install:	$(INSTALL_64)
    61 
    64 
    62 test:		$(NO_TESTS)
    65 test:		$(NO_TESTS)
    63 
    66 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    65 
    68