Makefile revision 4018
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# CDDL HEADER START
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# The contents of this file are subject to the terms of the
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# Common Development and Distribution License (the "License").
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# You may not use this file except in compliance with the License.
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# or http://www.opensolaris.org/os/licensing.
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# See the License for the specific language governing permissions
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# and limitations under the License.
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
5b3e0bbb6a776c60dc14113435a44e7b13d2fa01Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
5b3e0bbb6a776c60dc14113435a44e7b13d2fa01Christian Maeder# CDDL HEADER END
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maeder# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian Maederinclude ../../../make-rules/shared-macros.mk
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian MaederCOMPONENT_PROJECT_URL= http://www.modsecurity.org/
5b3e0bbb6a776c60dc14113435a44e7b13d2fa01Christian MaederCOMPONENT_SRC= $(COMPONENT_SRC_NAME)_$(COMPONENT_VERSION)
0c92a39a4adf3c1cbe173e3b16c65c159a1ce612Christian Maeder sha256:95de6ec30982e5bde7981929ba89be89488e9f237ee8c4236e064b074bbb6f28
0c92a39a4adf3c1cbe173e3b16c65c159a1ce612Christian Maeder $(COMPONENT_PROJECT_URL)tarball/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
0c92a39a4adf3c1cbe173e3b16c65c159a1ce612Christian Maeder $(CP) modsecurity.conf-recommended modsecurity-24.conf-recommended)
0c92a39a4adf3c1cbe173e3b16c65c159a1ce612Christian MaederCONFIGURE_OPTIONS += LTFLAGS="--silent --tag=CC"
0c92a39a4adf3c1cbe173e3b16c65c159a1ce612Christian MaederCONFIGURE_OPTIONS += --with-apr=`$(APXS) -q APR_CONFIG`
a1a48072301767054f2a9ff7ccf8974b0d6a6a28Christian MaederCONFIGURE_OPTIONS += --with-apu=`$(APXS) -q APU_CONFIG`