components/cmake/Makefile
changeset 1282 16201bef295c
parent 1058 34d7aaa03423
child 1352 1358a1e1ff4c
--- a/components/cmake/Makefile	Tue Apr 23 02:18:57 2013 -0700
+++ b/components/cmake/Makefile	Wed Apr 24 11:14:11 2013 -0700
@@ -19,7 +19,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.
 #
 
 # parfait seems to hang on libcmsysTestDynload.so.bc, so for
@@ -73,6 +73,8 @@
 COMPONENT_BUILD_ENV +=	MAKE="$(GMAKE)"	
 COMPONENT_BUILD_TARGETS =	all
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 # Need C and C++ compiler locations for cmake tests
 COMPONENT_TEST_ENV += CC="$(CC)"
 COMPONENT_TEST_ENV += CXX="$(CXX)"