4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
27 include ..
/..
/..
/make-rules
/shared-macros.mk
29 COMPONENT_NAME
= fastcgi
30 COMPONENT_VERSION
= 2.4.2
32 COMPONENT_SUMMARY
= the FastCGI web server interface
33 COMPONENT_PROJECT_URL
= https
://fastcgi-archives.github.io
/
34 COMPONENT_SRC_NAME
= fcgi2
35 COMPONENT_SRC
= $(COMPONENT_SRC_NAME
)-$(COMPONENT_VERSION
)
36 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
37 COMPONENT_ARCHIVE_HASH
= sha256
:1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
38 COMPONENT_ARCHIVE_URL
= https
://github.com
/FastCGI-Archives
/fcgi2
/archive
/$(COMPONENT_VERSION
).
tar.gz
39 COMPONENT_FMRI
= library
/fastcgi
40 COMPONENT_CLASSIFICATION
=Web Services
/Application and Web Servers
41 COMPONENT_LICENSE
= FastCGI
42 COMPONENT_LICENSE_FILE
= LICENSE.TERMS
44 TEST_TARGET
= $(NO_TESTS
)
45 include $(WS_MAKE_RULES
)/common.mk
47 COMPONENT_PREP_ACTION
= ( cd
$(@D
) && \
48 touch INSTALL NEWS AUTHORS ChangeLog COPYING
&& \
49 autoreconf
--force --install )
51 CONFIGURE_OPTIONS
+= --disable-static
52 CONFIGURE_OPTIONS
+= --with-pic
53 CONFIGURE_OPTIONS
+= --includedir=$(CONFIGURE_INCLUDEDIR
)/fastcgi
57 # Auto-generated dependencies
58 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
59 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
60 REQUIRED_PACKAGES
+= system
/library