Makefile revision 278
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# CDDL HEADER START
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# The contents of this file are subject to the terms of the
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# Common Development and Distribution License (the "License").
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# You may not use this file except in compliance with the License.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# or http://www.opensolaris.org/os/licensing.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# See the License for the specific language governing permissions
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# and limitations under the License.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# When distributing Covered Code, include this CDDL HEADER in each
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# If applicable, add the following below this CDDL HEADER, with the
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# fields enclosed by brackets "[]" replaced with your own identifying
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# information: Portions Copyright [yyyy] [name of copyright owner]
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# CDDL HEADER END
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCOMPONENT_ARCHIVE_HASH= sha1:0e022e242d88f4d42cbbfa42883d02e14ad16929
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCONFIGURE_SCRIPT = $(SOURCE_DIR)/native/configure
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# Forcing CC from environment instead. Using one provided by apxs doesn't
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# make mod_jk build.
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCONFIGURE_OPTIONS.32 += --with-apxs=$(APACHE_USR_PREFIX)/bin/apxs
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas SlebodnikCONFIGURE_OPTIONS.64 += --with-apxs=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
f28b09f887870c10c8c611beee3c17eaa9ef74f3Lukas Slebodnik# Header files are missing during build without cloning.