From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] make.sh: 'dnsdist' has to built after 'libedit' Date: Mon, 25 Mar 2019 10:05:58 +0000 Message-ID: <1F9A23FA-5368-4F53-B244-C77E85AED8CE@ipfire.org> In-Reply-To: <20190324164020.12788-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1593734532863159466==" List-Id: --===============1593734532863159466== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Thanks for spotting this. However, I did not merge the patch. Instead I moved libedit to the top becaus= e loads of other packages probably will make use of this, too. Best, -Michael > On 24 Mar 2019, at 16:40, Matthias Fischer = wrote: >=20 > Signed-off-by: Matthias Fischer > --- > make.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/make.sh b/make.sh > index bb4269d5d..dafb613d3 100755 > --- a/make.sh > +++ b/make.sh > @@ -1565,7 +1565,6 @@ buildipfire() { > lfsmake2 haproxy > lfsmake2 ipset > lfsmake2 lua > - lfsmake2 dnsdist > lfsmake2 bird > lfsmake2 frr > lfsmake2 dmidecode > @@ -1588,6 +1587,7 @@ buildipfire() { > lfsmake2 shairport-sync > lfsmake2 borgbackup > lfsmake2 libedit > + lfsmake2 dnsdist > lfsmake2 knot > lfsmake2 spectre-meltdown-checker > lfsmake2 zabbix_agentd > --=20 > 2.18.0 >=20 --===============1593734532863159466==--