18062915 The unixodbc Userland component needs ASLRing
authorRich Burridge <rich.burridge@oracle.com>
Fri, 10 Jan 2014 13:02:19 -0800
changeset 1633 49cb640678af
parent 1632 fd2ec3291103
child 1634 b137bb5aa530
18062915 The unixodbc Userland component needs ASLRing
components/unixodbc/Makefile
--- a/components/unixodbc/Makefile	Fri Jan 10 10:36:13 2014 -0800
+++ b/components/unixodbc/Makefile	Fri Jan 10 13:02:19 2014 -0800
@@ -18,7 +18,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
 
@@ -102,6 +102,8 @@
 PROTOPKGCONFIGDIR32 = $(PROTOUSRLIBDIR)/pkgconfig
 PROTOPKGCONFIGDIR64 = $(PROTOUSRLIBDIR64)/pkgconfig
 
+ASLR_MODE =	$(ASLR_ENABLE)
+
 build: $(BUILD_32_and_64)
 
 install: $(INSTALL_32_and_64)