Skip to content

Commit

Permalink
haproxy: Update version from 1.8.14 to 2.0.10
Browse files Browse the repository at this point in the history
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=<your-target>'.
  • Loading branch information
pmenzel committed Nov 25, 2019
1 parent d33b0b7 commit 6132fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haproxy.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 6132fb8

Please sign in to comment.