Makefile revision 7292
224N/A#
224N/A# CDDL HEADER START
224N/A#
224N/A# The contents of this file are subject to the terms of the
224N/A# Common Development and Distribution License (the "License").
224N/A# You may not use this file except in compliance with the License.
224N/A#
224N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224N/A# or http://www.opensolaris.org/os/licensing.
224N/A# See the License for the specific language governing permissions
224N/A# and limitations under the License.
224N/A#
224N/A# When distributing Covered Code, include this CDDL HEADER in each
224N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
224N/A# If applicable, add the following below this CDDL HEADER, with the
224N/A# fields enclosed by brackets "[]" replaced with your own identifying
224N/A# information: Portions Copyright [yyyy] [name of copyright owner]
224N/A#
224N/A# CDDL HEADER END
224N/A#
224N/A
224N/A#
224N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
224N/A#
224N/ABUILD_BITS= 64_and_32
597N/Ainclude ../../make-rules/shared-macros.mk
597N/A
224N/ACOMPONENT_NAME= fastcgi
224N/ACOMPONENT_VERSION= 2.4.0
224N/ACOMPONENT_PROJECT_URL= http://www.fastcgi.com/
224N/ACOMPONENT_SRC_NAME= fcgi
224N/ACOMPONENT_ARCHIVE_HASH= \
597N/A sha256:66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9
224N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
224N/ACOMPONENT_BUGDB= library/fcgi
224N/A
224N/ATPNO= 8415
224N/A
224N/ATEST_TARGET= $(NO_TESTS)
224N/Ainclude $(WS_MAKE_RULES)/common.mk
224N/A
224N/A# Tell libtool to pass this flag through using -Wc.
224N/A# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
224N/ALDFLAGS += -Wc,$(studio_NORUNPATH)
224N/A
224N/ACXX += -std=sun03
224N/A
224N/A# For now, install 32-bit and 64-bit binaries to the same location. This will
224N/A# cause problems if we ever install 32-bit and 64-bit concurrently. This is
224N/A# likely the safest option until we can either stop shipping 32-bit or until it
224N/A# can be verified that the bindir path does not matter.
224N/ACONFIGURE_BINDIR.32= $(USRBINDIR)
224N/ACONFIGURE_OPTIONS += --disable-static
224N/ACONFIGURE_OPTIONS += --with-pic
224N/ACONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
224N/A
224N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
224N/A
224N/AREQUIRED_PACKAGES += system/library/c++-runtime
224N/A