Makefile revision 3996
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# CDDL HEADER START
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# The contents of this file are subject to the terms of the
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# Common Development and Distribution License (the "License").
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# You may not use this file except in compliance with the License.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# See the License for the specific language governing permissions
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# and limitations under the License.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# When distributing Covered Code, include this CDDL HEADER in each
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# If applicable, add the following below this CDDL HEADER, with the
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# fields enclosed by brackets "[]" replaced with your own identifying
66bd3b3c6b171271c705b897823dcdcf29464698Michael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# CDDL HEADER END
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael Graff# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael GraffCOMPONENT_PROJECT_URL= http://www.modsecurity.org/
66bd3b3c6b171271c705b897823dcdcf29464698Michael GraffCOMPONENT_SRC= $(COMPONENT_SRC_NAME)_$(COMPONENT_VERSION)
64828244e04e86dfa40f0a4f0c05f27923da499dMichael Graff sha256:9e907536278d8da80d3dbb29aeffe9c4ec37ce9b641035b2da64e993135647a2
e51511aa3281f8dc384eb1283115c7f8d5c402aeMichael Graff $(COMPONENT_PROJECT_URL)tarball/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
86944a4c8002e80ae9b6eb5a5e29b797879be45fMichael GraffAPXS.64= $(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
ad3a5c4b7e21af04d1b872f933c2e19e5c0a135bMichael GraffCONFIGURE_OPTIONS += LTFLAGS="--silent --tag=CC"
e51511aa3281f8dc384eb1283115c7f8d5c402aeMichael GraffCONFIGURE_OPTIONS += --with-apxs=$(APXS.$(BITS))
e51511aa3281f8dc384eb1283115c7f8d5c402aeMichael GraffCONFIGURE_OPTIONS += --with-apr=`$(APXS.$(BITS)) -q APR_CONFIG`
11efdeb076d65fa9f0c5fc067dc040e7c99dfba6Michael GraffCONFIGURE_OPTIONS += --with-apu=`$(APXS.$(BITS)) -q APU_CONFIG`
439c0011e642fb1d26011116144af698125262dbMichael GraffCOMPONENT_TEST_ARGS += CFLAGS="$(CFLAGS) -DMSC_TEST"