mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
nghttp2: update to 1.60.0
release motes: - https://github.com/nghttp2/nghttp2
This commit is contained in:
parent
a844292dc4
commit
8173dd5347
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nghttp2"
|
||||
PKG_VERSION="1.59.0"
|
||||
PKG_SHA256="fdc9bd71f5cf8d3fdfb63066b89364c10eb2fdeab55f3c6755cd7917b2ec4ffb"
|
||||
PKG_VERSION="1.60.0"
|
||||
PKG_SHA256="625d6c3da1d9ca4fd643a638256431ae68fd1901653b2a61a245eea7b261bf4e"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html"
|
||||
PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz"
|
||||
@ -13,8 +13,8 @@ PKG_LONGDESC="nghttp2 is an implementation of HTTP/2 and its header compression
|
||||
PKG_CMAKE_OPTS_TARGET="-DENABLE_DOC=OFF \
|
||||
-DENABLE_FAILMALLOC=OFF \
|
||||
-DENABLE_LIB_ONLY=ON \
|
||||
-DENABLE_SHARED_LIB=ON \
|
||||
-DENABLE_STATIC_LIB=OFF"
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_STATIC_LIBS=OFF"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -r "${INSTALL}/usr/share"
|
||||
|
Loading…
x
Reference in New Issue
Block a user