make.sh: Build lua before haproxy.

Message ID 20200215152104.3730685-1-stefan.schantl@ipfire.org
State Accepted
Commit 09b09b859df6ee460acb28a0c7d5d6a0dfa42a60
Headers
Series make.sh: Build lua before haproxy. |

Commit Message

Stefan Schantl Feb. 15, 2020, 3:21 p.m. UTC
  In commit b6ab15eaa2a899944c7edca99769fa4469f215d3 lua support
for haproxy has been enabled, so lua now has to be compiled before
haproxy.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer Feb. 15, 2020, 3:33 p.m. UTC | #1
Hi,

Thank you for submitting this. I didn’t do a clean build.

Acked-by: Michael Tremer <michael.tremer@ipfire.org>

-Michael

> On 15 Feb 2020, at 15:21, Stefan Schantl <stefan.schantl@ipfire.org> wrote:
> 
> In commit b6ab15eaa2a899944c7edca99769fa4469f215d3 lua support
> for haproxy has been enabled, so lua now has to be compiled before
> haproxy.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
> make.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/make.sh b/make.sh
> index 277ac8633..c0137ecc0 100755
> --- a/make.sh
> +++ b/make.sh
> @@ -1618,9 +1618,9 @@ buildipfire() {
>   lfsmake2 pigz
>   lfsmake2 tmux
>   lfsmake2 perl-Text-CSV_XS
> +  lfsmake2 lua
>   lfsmake2 haproxy
>   lfsmake2 ipset
> -  lfsmake2 lua
>   lfsmake2 dnsdist
>   lfsmake2 bird
>   lfsmake2 frr
> -- 
> 2.25.0
>
  

Patch

diff --git a/make.sh b/make.sh
index 277ac8633..c0137ecc0 100755
--- a/make.sh
+++ b/make.sh
@@ -1618,9 +1618,9 @@  buildipfire() {
   lfsmake2 pigz
   lfsmake2 tmux
   lfsmake2 perl-Text-CSV_XS
+  lfsmake2 lua
   lfsmake2 haproxy
   lfsmake2 ipset
-  lfsmake2 lua
   lfsmake2 dnsdist
   lfsmake2 bird
   lfsmake2 frr