diff -r 5d740e74b68b -r 60456e7be821 components/openssl/openssl-1.0.1/Makefile --- a/components/openssl/openssl-1.0.1/Makefile Wed Feb 26 12:49:08 2014 -0800 +++ b/components/openssl/openssl-1.0.1/Makefile Thu Feb 27 07:51:20 2014 -0800 @@ -183,6 +183,8 @@ $(LN) -fs $(COMPONENT_DIR)/inline-t4/sparcv9-gf2m.pl $(@D)/crypto/bn/asm; \ $(LN) -fs $(COMPONENT_DIR)/inline-t4/sparct4-mont.pl $(@D)/crypto/bn/asm; ) +# Enable ASLR for this component +ASLR_MODE = $(ASLR_ENABLE) # OpenSSL for wanboot is built on sparc only. ifeq ($(MACH), sparc)