mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This is the CESNET fork of nghttp2-asio, introduced here: https://github.com/CESNET/rousette/commit/fff3429 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
18 lines
568 B
Makefile
18 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# nghttp2-asio
|
|
#
|
|
################################################################################
|
|
|
|
NGHTTP2_ASIO_VERSION = 2173b82e6caa85950c769eecc5da6809faadf61a
|
|
NGHTTP2_ASIO_SITE = https://github.com/CESNET/nghttp2-asio
|
|
NGHTTP2_ASIO_SITE_METHOD = git
|
|
NGHTTP2_ASIO_LICENSE = MIT
|
|
NGHTTP2_ASIO_LICENSE_FILES = COPYING
|
|
NGHTTP2_ASIO_DEPENDENCIES = boost nghttp2 openssl
|
|
NGHTTP2_ASIO_INSTALL_STAGING = YES
|
|
NGHTTP2_ASIO_AUTOGEN = YES
|
|
NGHTTP2_ASIO_AUTORECONF = YES
|
|
|
|
$(eval $(cmake-package))
|