Makefile revision 3968
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2abYuri Pankov# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# If applicable, add the following below this CDDL HEADER, with the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sha256:cec2878884b758b0d159a1385b2667a2ae0ca21b0bc7bcc8a9a41b5cfa5452ff
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/httpd/$(COMPONENT_ARCHIVE)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Some patches need configure script re-creation.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCOMPONENT_PREP_ACTION +=($(CP) mod_sed/* $(@D)/modules/filters);
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCOMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.c $(@D)/modules/aaa);
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweCOMPONENT_PREP_ACTION +=($(CP) mod_auth_gss/mod_auth_gss.html $(@D)/docs/manual/mod);
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweINSTALL_32 = $(VARIANTS:%=%/$(MACH32)/.installed)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweINSTALL_64 = $(VARIANTS:%=%/$(MACH64)/.installed)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe$(VARIANT_PREFORK)/$(MACH64)/.configured: BITS=64
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe$(VARIANT_WORKER)/$(MACH64)/.configured: BITS=64
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe$(VARIANT_PREFORK)/%/.configured: CONFIGURE_OPTIONS += --with-mpm=prefork
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe$(VARIANT_WORKER)/%/.configured: CONFIGURE_OPTIONS += --with-mpm=worker
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# pipefail wouldn't allow APR-util version check
test: $(NO_TESTS)