From 0be59698dda0c4f094ccb55ff7322fb3865a231d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 4 Jun 2020 11:42:53 +0200 Subject: [PATCH] nghttp2: Use Autotools over CMake as build system Autotools is recommended, and CMake should only be used when building under Microsoft Windows. --- nghttp2.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nghttp2.be0 b/nghttp2.be0 index e009ec502..b533be138 100755 --- a/nghttp2.be0 +++ b/nghttp2.be0 @@ -38,6 +38,8 @@ SRCURL[0]="https://github.com/nghttp2/nghttp2/releases/download/v${PKGVERSION}/n # sourcesubdir_append src +BEE_BUILDTYPE='autotools' + ############################################################################### ## Change the default (auto-detected) steps to