From 5cdaebf5e88f4b6831a96d2be63351378206afbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Thu, 20 Mar 2025 19:36:09 +0000 Subject: [PATCH] package: nghttp-asio: Add missing openssl dependency --- package/nghttp2-asio/nghttp2-asio.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/nghttp2-asio/nghttp2-asio.mk b/package/nghttp2-asio/nghttp2-asio.mk index 621d98e4..410fb493 100644 --- a/package/nghttp2-asio/nghttp2-asio.mk +++ b/package/nghttp2-asio/nghttp2-asio.mk @@ -9,7 +9,7 @@ NGHTTP2_ASIO_SITE = https://github.com/kernelkit/nghttp2-asio.git NGHTTP2_ASIO_SITE_METHOD = git NGHTTP2_ASIO_LICENSE = MIT NGHTTP2_ASIO_LICENSE_FILES = COPYING -NGHTTP2_ASIO_DEPENDENCIES = boost nghttp2 +NGHTTP2_ASIO_DEPENDENCIES = boost nghttp2 openssl NGHTTP2_ASIO_INSTALL_STAGING = YES NGHTTP2_ASIO_AUTOGEN = YES NGHTTP2_ASIO_AUTORECONF = YES