components/openssl/openssl-1.0.1-fips-140/Makefile
branchs11-update
changeset 2972 60456e7be821
parent 2921 8da1e7689d13
child 3066 07964fc8b408
equal deleted inserted replaced
2971:5d740e74b68b 2972:60456e7be821
   127 # opensslconf.h version from the 32 bit build.
   127 # opensslconf.h version from the 32 bit build.
   128 COMPONENT_POST_CONFIGURE_ACTION = \
   128 COMPONENT_POST_CONFIGURE_ACTION = \
   129    ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
   129    ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
   130       patches-post-config/opensslconf.patch; cd $(@D); $(MAKE) depend; )
   130       patches-post-config/opensslconf.patch; cd $(@D); $(MAKE) depend; )
   131 
   131 
   132 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
   132 # Enable ASLR for this component
       
   133 ASLR_MODE = $(ASLR_ENABLE)
   133 
   134 
   134 # We must make sure that openssl-fips component is built before this 1.0.1
   135 # We must make sure that openssl-fips component is built before this 1.0.1
   135 # component since in order to build FIPS-140 certified libraries, the canister
   136 # component since in order to build FIPS-140 certified libraries, the canister
   136 # is needed. Note that we must unset BITS that would override the same variable
   137 # is needed. Note that we must unset BITS that would override the same variable
   137 # used in openssl-fips' Makefile, and we would end up up with both canisters
   138 # used in openssl-fips' Makefile, and we would end up up with both canisters