diff --git a/nghttp2.be0 b/nghttp2.be0 index 9271c04f8..5205329db 100755 --- a/nghttp2.be0 +++ b/nghttp2.be0 @@ -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.) @@ -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. @@ -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 @@ -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