Skip to content

Commit 5cdaebf

Browse files
committed
package: nghttp-asio: Add missing openssl dependency
1 parent 2848cd6 commit 5cdaebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/nghttp2-asio/nghttp2-asio.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NGHTTP2_ASIO_SITE = https://github.com/kernelkit/nghttp2-asio.git
99
NGHTTP2_ASIO_SITE_METHOD = git
1010
NGHTTP2_ASIO_LICENSE = MIT
1111
NGHTTP2_ASIO_LICENSE_FILES = COPYING
12-
NGHTTP2_ASIO_DEPENDENCIES = boost nghttp2
12+
NGHTTP2_ASIO_DEPENDENCIES = boost nghttp2 openssl
1313
NGHTTP2_ASIO_INSTALL_STAGING = YES
1414
NGHTTP2_ASIO_AUTOGEN = YES
1515
NGHTTP2_ASIO_AUTORECONF = YES

0 commit comments

Comments
 (0)