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
5680N/A#
5331N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5331N/A#
5680N/ABUILD_BITS= 64_and_32
5331N/Ainclude ../../make-rules/shared-macros.mk
5331N/A
5331N/ACOMPONENT_NAME= nghttp2
5802N/ACOMPONENT_VERSION= 1.9.2
5331N/ACOMPONENT_PROJECT_URL= https://nghttp2.org/
5331N/ACOMPONENT_ARCHIVE_HASH= \
5802N/A sha256:8a47846bc81e7e82d81e0a17ffbe29486110b80458cc4ea99fa665612c2849d5
5331N/ACOMPONENT_ARCHIVE_URL= https://github.com/tatsuhiro-t/nghttp2/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5380N/ACOMPONENT_BUGDB= library/nghttp2
5331N/A
5802N/ATPNO = 27742
5331N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5331N/A
5954N/A# examples are not being shipped and currently do not build when using Studio.
5954N/ACONFIGURE_OPTIONS += --disable-examples
5331N/ACONFIGURE_OPTIONS += --disable-hpack-tools
5331N/ACONFIGURE_OPTIONS += --disable-static
7319N/ACONFIGURE_OPTIONS += ac_cv_prog_CYTHON=''
5331N/ACONFIGURE_OPTIONS += ZLIB_LIBS=-lz
5331N/ACONFIGURE_OPTIONS += ZLIB_CFLAGS=