From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] make.sh: Build lua before haproxy. Date: Sat, 15 Feb 2020 15:33:34 +0000 Message-ID: <0C203829-96E4-4F59-8BD4-ACD4144087A8@ipfire.org> In-Reply-To: <20200215152104.3730685-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7283807270760528112==" List-Id: --===============7283807270760528112== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Thank you for submitting this. I didn=E2=80=99t do a clean build. Acked-by: Michael Tremer -Michael > On 15 Feb 2020, at 15:21, Stefan Schantl wrot= e: >=20 > In commit b6ab15eaa2a899944c7edca99769fa4469f215d3 lua support > for haproxy has been enabled, so lua now has to be compiled before > haproxy. >=20 > Signed-off-by: Stefan Schantl > --- > make.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > --=20 > 2.25.0 >=20 --===============7283807270760528112==--