components/apache24/Makefile
changeset 3648 29c40c98aad3
parent 2225 f064d3d3190d
child 3737 a71f444ba849
equal deleted inserted replaced
3647:15356a4ccb21 3648:29c40c98aad3
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		apache2
    25 COMPONENT_NAME=		apache2
    26 COMPONENT_VERSION=	2.4.10
    26 COMPONENT_VERSION=	2.4.10
    42 include ../../make-rules/ips.mk
    42 include ../../make-rules/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_ENABLE)
    44 ASLR_MODE = $(ASLR_ENABLE)
    45 
    45 
    46 PATCH_LEVEL=0
    46 PATCH_LEVEL=0
       
    47 
       
    48 # We will build two separate mod_ssl versions.
       
    49 COMPONENT_POST_UNPACK_ACTION = (cd $(SOURCE_DIR)/modules; $(CP) -r ssl ssl-fips-140)
    47 
    50 
    48 # Some patches need configure script re-creation.
    51 # Some patches need configure script re-creation.
    49 COMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.c $(@D)/modules/aaa);
    52 COMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.c $(@D)/modules/aaa);
    50 COMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.html $(@D)/docs/manual/mod);
    53 COMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.html $(@D)/docs/manual/mod);
    51 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
    54 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);