components/apache24/Makefile
changeset 7245 934578b959f0
parent 7029 517b31b09adc
child 7270 2a82983df5d6
equal deleted inserted replaced
7244:0d8fd6bb915f 7245:934578b959f0
    45 include $(WS_MAKE_RULES)/common.mk
    45 include $(WS_MAKE_RULES)/common.mk
    46 
    46 
    47 # This is baked into the Apache module build configuration and is used by apxs
    47 # This is baked into the Apache module build configuration and is used by apxs
    48 # to build modules.
    48 # to build modules.
    49 LDFLAGS += $(CC_BITS)
    49 LDFLAGS += $(CC_BITS)
       
    50 
       
    51 # Enable adiheap and adistack security extensions
       
    52 ADIHEAP_MODE = $(ADIHEAP_ENABLE)
       
    53 ADISTACK_MODE = $(ADISTACK_ENABLE)
    50 
    54 
    51 PATCH_LEVEL=0
    55 PATCH_LEVEL=0
    52 
    56 
    53 # We will build two separate mod_ssl versions.
    57 # We will build two separate mod_ssl versions.
    54 COMPONENT_POST_UNPACK_ACTION = (cd $(SOURCE_DIR)/modules; $(CP) -r ssl ssl-fips-140)
    58 COMPONENT_POST_UNPACK_ACTION = (cd $(SOURCE_DIR)/modules; $(CP) -r ssl ssl-fips-140)