Makefile revision 5715
356N/A#
356N/A# CDDL HEADER START
356N/A#
356N/A# The contents of this file are subject to the terms of the
356N/A# Common Development and Distribution License (the "License").
356N/A# You may not use this file except in compliance with the License.
356N/A#
356N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
356N/A# or http://www.opensolaris.org/os/licensing.
356N/A# See the License for the specific language governing permissions
356N/A# and limitations under the License.
356N/A#
356N/A# When distributing Covered Code, include this CDDL HEADER in each
356N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
356N/A# If applicable, add the following below this CDDL HEADER, with the
356N/A# fields enclosed by brackets "[]" replaced with your own identifying
356N/A# information: Portions Copyright [yyyy] [name of copyright owner]
356N/A#
356N/A# CDDL HEADER END
356N/A#
2406N/A
356N/A#
1845N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
356N/A#
356N/A# Prefer 32-bit as default fastcgi target matters.
356N/ABUILD_BITS= 32_and_64
2406N/Ainclude ../../make-rules/shared-macros.mk
2406N/A
2406N/ACOMPONENT_NAME= fastcgi
356N/ACOMPONENT_VERSION= 2.4.0
356N/ACOMPONENT_PROJECT_URL= http://www.fastcgi.com/
2406N/ACOMPONENT_SRC_NAME= fcgi
844N/ACOMPONENT_ARCHIVE_HASH= \
2406N/A sha256:66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9
2406N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
1845N/ACOMPONENT_BUGDB= library/fcgi
1845N/A
356N/ATPNO= 8415
1845N/A
1845N/ATEST_TARGET= $(NO_TESTS)
1845N/Ainclude $(WS_MAKE_RULES)/common.mk
356N/A
356N/A# Tell libtool to pass this flag through using -Wc.
356N/A# https://www.gnu.org/software/libtool/manual/html_node/Stripped-link-flags.html
356N/ALDFLAGS += -Wc,$(studio_NORUNPATH)
356N/A
792N/ACONFIGURE_OPTIONS += --disable-static
792N/ACONFIGURE_OPTIONS += --with-pic
1845N/ACONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
1845N/A
1845N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
1845N/A
1845N/AREQUIRED_PACKAGES += system/library/c++-runtime
356N/A