components/openssl/openssl-0.9.8-fips-140/Makefile
changeset 1434 c782e620dd26
parent 1352 1358a1e1ff4c
--- a/components/openssl/openssl-0.9.8-fips-140/Makefile	Wed Aug 14 11:12:36 2013 -0600
+++ b/components/openssl/openssl-0.9.8-fips-140/Makefile	Wed Aug 14 10:54:58 2013 -0700
@@ -126,6 +126,8 @@
     ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
       patches-post-config/opensslconf.patch; cd $(@D); $(MAKE) depend; )
 
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
 # We must make sure that openssl-fips component is built before this 0.9.8
 # component since in order to build FIPS-140 certified libraries, the canister
 # is needed. Note that we must unset BITS that would override the same variable