nghttp2: rebuild against OpenSSL
This commit is contained in:
parent
ca40e8f096
commit
df1329aff6
2 changed files with 3 additions and 3 deletions
|
@ -2211,7 +2211,7 @@ libquazip5.so.1 quazip-0.7.3_2
|
|||
libjreen-qt5.so.1 jreen-1.3.0_1
|
||||
libzen.so.0 libzen-0.4.31_1
|
||||
libmediainfo.so.0 libmediainfo-0.7.75_1
|
||||
libnghttp2.so.14 nghttp2-1.0.2_1
|
||||
libnghttp2.so.14 nghttp2-1.43.0_2
|
||||
librom1394.so.0 libavc1394-0.5.4_1
|
||||
libavc1394.so.0 libavc1394-0.5.4_1
|
||||
libiec61883.so.0 libiec61883-1.2.0_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'nghttp2'
|
||||
pkgname=nghttp2
|
||||
version=1.43.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
# build system errors out if python isn't available
|
||||
configure_args="--disable-python-bindings"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libressl-devel libevent-devel jansson-devel
|
||||
makedepends="zlib-devel openssl-devel libevent-devel jansson-devel
|
||||
libev-devel c-ares-devel"
|
||||
checkdepends="libcppunit-devel"
|
||||
short_desc="HTTP/2 C Library"
|
||||
|
|
Loading…
Reference in a new issue