17177215 Enable ASLR for OpenLDAP s11-update
authorStacey Marshall <Stacey.Marshall@Oracle.COM>
Tue, 02 Jun 2015 08:44:38 +0100
branchs11-update
changeset 4387 4ab044a9367b
parent 4386 30b25a7b0e22
child 4388 8bd4e7260c34
17177215 Enable ASLR for OpenLDAP
components/openldap/Makefile
--- a/components/openldap/Makefile	Tue Jun 02 08:44:38 2015 +0100
+++ b/components/openldap/Makefile	Tue Jun 02 08:44:38 2015 +0100
@@ -95,6 +95,9 @@
 COMPONENT_TEST_ENV += LD_LIBRARY_PATH="$(PROTOULD):$(PROTOULD)/$(MACH64):"
 COMPONENT_TEST_ARGS += -e
 
+# Enable ASLR for this component
+ASLR_MODE = $(ASLR_ENABLE)
+
 # common targets
 build:	$(BUILD_32_and_64)
 	(cd $(BUILD_DIR_32)/doc/guide/admin; \
@@ -106,7 +109,7 @@
 # build does this always
 test:	$(TEST_32_and_64)
 
-	
+
 
 REQUIRED_PACKAGES += database/berkeleydb-5
 REQUIRED_PACKAGES += library/security/openssl