# HG changeset patch # User Rich Burridge # Date 1389387739 28800 # Node ID 49cb640678af273a46e78a0750c122e22d91f6f9 # Parent fd2ec32911036654fa443ddb34f9e45c041a1787 18062915 The unixodbc Userland component needs ASLRing diff -r fd2ec3291103 -r 49cb640678af 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)