Makefile revision 7027
405210bcba3f03624d5cbfaa76087005566d28fcapenner# CDDL HEADER START
5051b59af15dfa3ae44b4bf4f10981649d37ff0eSebastian Wüst# The contents of this file are subject to the terms of the
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# Common Development and Distribution License (the "License").
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# You may not use this file except in compliance with the License.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# See the License for the specific language governing permissions
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# and limitations under the License.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# When distributing Covered Code, include this CDDL HEADER in each
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# If applicable, add the following below this CDDL HEADER, with the
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# fields enclosed by brackets "[]" replaced with your own identifying
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# information: Portions Copyright [yyyy] [name of copyright owner]
4fe67f94f765d19a2c1c94e455ddecb166da30ddpjrm# CDDL HEADER END
5051b59af15dfa3ae44b4bf4f10981649d37ff0eSebastian Wüst# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
5051b59af15dfa3ae44b4bf4f10981649d37ff0eSebastian WüstCOMPONENT_PROJECT_URL= http://httpd.apache.org/
b584ec166ed0f23e1460e3ad88e8a2511ad85975Sebastian Wüst sha256:b71a13f56b8061c6b4086fdcc9ffdddd904449735eadec0f0e2947e33eec91d7
b584ec166ed0f23e1460e3ad88e8a2511ad85975Sebastian WüstCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/httpd/$(COMPONENT_ARCHIVE)
b584ec166ed0f23e1460e3ad88e8a2511ad85975Sebastian Wüst# Requires newer Kerberos, unavailable in 11.3
ca994f8c108648e5d3046901a54beafc21d98d6aSebastian Wüst# This is baked into the Apache module build configuration and is used by apxs
5051b59af15dfa3ae44b4bf4f10981649d37ff0eSebastian Wüst# to build modules.
5bf6bf536c7233edb2913dbc4102e946a88c9851Sebastian Wüst# We will build two separate mod_ssl versions.
678dbf4b287cee5ba0d0793e8e8eadefd9342153Sebastian WüstCOMPONENT_POST_UNPACK_ACTION = (cd $(SOURCE_DIR)/modules; $(CP) -r ssl ssl-fips-140)
5bf6bf536c7233edb2913dbc4102e946a88c9851Sebastian Wüst# Some patches need configure script re-creation.
5bf6bf536c7233edb2913dbc4102e946a88c9851Sebastian WüstCOMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.c $(@D)/modules/aaa);
5bf6bf536c7233edb2913dbc4102e946a88c9851Sebastian WüstCOMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.html $(@D)/docs/manual/mod);
7cc5285e0a99d8e121e75abfdfea3474dcd6a86dSebastian WüstCOMPONENT_PREP_ACTION +=(cd $(@D); autoreconf);
86776d459a74b8432bbeee60fe796db6403afe7eSebastian WüstCONFIGURE_OPTIONS += --with-apr=$(USRDIR)/apr/1.5/bin/$(MACH64)/apr-1-config