Skip to content

Update nghttp2 from 1.40.0 to 1.41.0 #1825

Merged
merged 4 commits into from
Jun 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions nghttp2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION nghttp2-1.40.0-0
# BEE_VERSION nghttp2-1.41.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/nghttp2-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -38,6 +38,8 @@ SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"

# sourcesubdir_append src

BEE_BUILDTYPE='autotools'


###############################################################################
## Change the default (auto-detected) steps to
Expand All @@ -53,9 +55,10 @@ SRCURL[0]="https://github.com/nghttp2/nghttp2/archive/v${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-static
}

#mee_build() {
# bee_build
Expand Down