UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
nghttp2
nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.Package info
Template:
Codename: nghttp2
Source file: nghttp2-1.59.0.tar.xz
Source file size: 1546956
Source file MD5-checkum: 97c1931900eee69ac6dd1e1c09f22e30
Source directory: nghttp2-1.59.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/n/nghttp2-1.59.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/n/nghttp2-1.59.0.tar.xz.md5sum
Dependances: libxml2.
Dependance of: nodejs, libsoup3, wireshark.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr \
$ARG_STATIC \
--enable-lib-only \
--docdir=/usr/share/doc/nghttp2-1.59.0
Build script:
make
Install script:
make install