This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 09b09b859df6ee460acb28a0c7d5d6a0dfa42a60 (commit) from 900652ec6ce9d8d2e58225fa8abbfddbfdcbc05f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 09b09b859df6ee460acb28a0c7d5d6a0dfa42a60 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Feb 15 16:21:04 2020 +0100
make.sh: Build lua before haproxy.
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 Acked-by: Michael Tremer michael.tremer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: 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
hooks/post-receive -- IPFire 2.x development tree