Makefile revision 5331
5331N/A#
5331N/A# CDDL HEADER START
5331N/A#
5331N/A# The contents of this file are subject to the terms of the
5331N/A# Common Development and Distribution License (the "License").
5331N/A# You may not use this file except in compliance with the License.
5331N/A#
5331N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5331N/A# or http://www.opensolaris.org/os/licensing.
5331N/A# See the License for the specific language governing permissions
5331N/A# and limitations under the License.
5331N/A#
5331N/A# When distributing Covered Code, include this CDDL HEADER in each
5331N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5331N/A# If applicable, add the following below this CDDL HEADER, with the
5331N/A# fields enclosed by brackets "[]" replaced with your own identifying
5331N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5331N/A#
5331N/A# CDDL HEADER END
5331N/A#
5680N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5331N/A
5331N/Ainclude ../../make-rules/shared-macros.mk
5680N/A
5331N/ACOMPONENT_NAME= nghttp2
5331N/ACOMPONENT_VERSION= 1.6.0
5331N/ACOMPONENT_PROJECT_URL= https://nghttp2.org/
5802N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5331N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5331N/ACOMPONENT_ARCHIVE_HASH= \
5802N/A sha256:c88012e87b80c055ddd2412efd7e96b9e8cfe0652c4b21083f2cb89b2f0d3a26
5331N/ACOMPONENT_ARCHIVE_URL= https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5380N/ACOMPONENT_BUGDB= library/libmicrohttpd
5331N/A
5802N/ATPNO = 26335
5331N/A
5680N/Ainclude $(WS_MAKE_RULES)/prep.mk
5680N/Ainclude $(WS_MAKE_RULES)/configure.mk
5331N/Ainclude $(WS_MAKE_RULES)/ips.mk
5331N/A
5331N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
5331N/ACONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
5331N/ACONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
CONFIGURE_OPTIONS += --disable-hpack-tools
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += ZLIB_LIBS=-lz
CONFIGURE_OPTIONS += ZLIB_CFLAGS=
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(NO_TESTS)
system-test: $(NO_TESTS)
REQUIRED_PACKAGES += system/library