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