Makefile revision 3996
137N/A#
137N/A# CDDL HEADER START
137N/A#
137N/A# The contents of this file are subject to the terms of the
137N/A# Common Development and Distribution License (the "License").
137N/A# You may not use this file except in compliance with the License.
137N/A#
137N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137N/A# or http://www.opensolaris.org/os/licensing.
137N/A# See the License for the specific language governing permissions
137N/A# and limitations under the License.
137N/A#
137N/A# When distributing Covered Code, include this CDDL HEADER in each
137N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
137N/A# If applicable, add the following below this CDDL HEADER, with the
137N/A# fields enclosed by brackets "[]" replaced with your own identifying
137N/A# information: Portions Copyright [yyyy] [name of copyright owner]
137N/A#
137N/A# CDDL HEADER END
137N/A#
137N/A
137N/A#
137N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
137N/A#
137N/A
137N/Ainclude ../../make-rules/shared-macros.mk
137N/A
137N/ACOMPONENT_NAME= fastcgi
137N/ACOMPONENT_VERSION= 2.4.0
137N/ACOMPONENT_PROJECT_URL= http://www.fastcgi.com/
137N/ACOMPONENT_SRC_NAME= fcgi
137N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
137N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
137N/ACOMPONENT_ARCHIVE_HASH= \
137N/A sha256:66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9
137N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
137N/ACOMPONENT_BUGDB= library/fcgi
137N/A
137N/ATPNO= 8415
137N/A
137N/Ainclude $(WS_MAKE_RULES)/prep.mk
137N/Ainclude $(WS_MAKE_RULES)/configure.mk
137N/Ainclude $(WS_MAKE_RULES)/ips.mk
137N/Ainclude $(WS_MAKE_RULES)/lint-libraries.mk
137N/A
137N/ACONFIGURE_OPTIONS += --disable-static
137N/ACONFIGURE_OPTIONS += --with-pic
137N/ACONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
137N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
137N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CFLAGS) $(studio_XREGS)"
137N/A
137N/ACXX += $(studio_NORUNPATH)
137N/A
137N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
137N/A
137N/A# common targets
137N/Abuild: $(BUILD_32_and_64)
137N/A
137N/Ainstall: $(INSTALL_32_and_64)
137N/A
137N/Atest: $(NO_TESTS)
137N/A
137N/A
137N/A
137N/AREQUIRED_PACKAGES += system/library
137N/AREQUIRED_PACKAGES += system/library/c++-runtime
137N/A