--- a/components/curl/Makefile Mon Mar 18 10:49:03 2013 -0700
+++ b/components/curl/Makefile Mon Mar 18 13:26:21 2013 -0700
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
@@ -75,6 +75,8 @@
LINT_FLAGS += -I$(SOURCE_DIR)/include
+ASLR_MODE = $(ASLR_ENABLE)
+
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
--- a/components/erlang/Makefile Mon Mar 18 10:49:03 2013 -0700
+++ b/components/erlang/Makefile Mon Mar 18 13:26:21 2013 -0700
@@ -100,6 +100,8 @@
COMPONENT_INSTALL_ARGS += INSTALL_PREFIX=$(PROTO_DIR)
+ASLR_MODE = $(ASLR_ENABLE)
+
# common targets
build: $(BUILD_32_and_64)