public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] make.sh: 'dnsdist' has to built after 'libedit'
@ 2019-03-24 16:40 Matthias Fischer
  2019-03-25 10:05 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2019-03-24 16:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] make.sh: 'dnsdist' has to built after 'libedit'
  2019-03-24 16:40 [PATCH] make.sh: 'dnsdist' has to built after 'libedit' Matthias Fischer
@ 2019-03-25 10:05 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-03-25 10:05 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

Hello,

Thanks for spotting this.

However, I did not merge the patch. Instead I moved libedit to the top because loads of other packages probably will make use of this, too.

Best,
-Michael

> On 24 Mar 2019, at 16:40, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> make.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-25 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-24 16:40 [PATCH] make.sh: 'dnsdist' has to built after 'libedit' Matthias Fischer
2019-03-25 10:05 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox