From 6132fb832f7911bb5c443ac745f07e05eaa2f819 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 25 Nov 2019 16:43:45 +0100 Subject: [PATCH] haproxy: Update version from 1.8.14 to 2.0.10 https://www.mail-archive.com/haproxy@formilux.org/msg34215.html Update the variable `TARGET` to `linux-glibc`. Target 'linux2628' was removed from HAProxy 2.0 due to being irrelevant and often wrong. Please use 'linux-glibc' instead or define your custom target by checking available options using 'make help TARGET='. --- haproxy.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.be0 b/haproxy.be0 index 6e2a6faa1..89d91772b 100755 --- a/haproxy.be0 +++ b/haproxy.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION haproxy-1.8.14-0 +# BEE_VERSION haproxy-2.0.10-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.) @@ -58,7 +58,7 @@ SRCURL[0]="https://www.haproxy.org/download/${PKGVERSION[2]}/src/haproxy-${PKGVE #} mee_build() { - bee_build TARGET=linux2628 + bee_build TARGET=linux-glibc } #mee_install() {