18056014 Update unzip to ASLR + 64b
authorJiri Kukacka <jiri.kukacka@oracle.com>
Thu, 09 Jan 2014 10:49:22 -0800
changeset 1659 2ee68e9ab496
parent 1658 6fd28f9584ed
child 1660 b644d09bcaaa
18056014 Update unzip to ASLR + 64b
components/unzip/Makefile
--- a/components/unzip/Makefile	Thu Jan 09 11:08:15 2014 -0800
+++ b/components/unzip/Makefile	Thu Jan 09 10:49:22 2014 -0800
@@ -19,7 +19,7 @@
 # CDDL HEADER END
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -53,11 +53,14 @@
 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTOUSRBINDIR)
 COMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
 
+# Enable ASLR for this component
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:		$(NO_TESTS)