From patchwork Mon Mar 25 03:40:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2159 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id C86DE85A0DD for ; Sun, 24 Mar 2019 16:40:28 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44S36M753Yz4y73P; Sun, 24 Mar 2019 16:40:27 +0000 (GMT) Received: from Devel.localdomain (p4FF56007.dip0.t-ipconnect.de [79.245.96.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44S36J5R23z5CZRv for ; Sun, 24 Mar 2019 16:40:24 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1553445624; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=I/0+3uPP+zbcSdfv49TyJdcKuy7I1l6Fk0p6j0YiROU=; b=u5qutJ1r47sT+rdTGO5TCNX2bjePHdWBGJ8vcQgXxb/IqO5Fn3SNnwh6L1KIjMsVS+MN5U t7Pcw0OVfV4QLPhjL2U7n3lhOcDIdZirvkRTRDBPamMajJBowFTNVhvIqJ2qwIMdS2OpeH kJecQU+sb2bLr056QNaaR9n47RN9AZWW1bcckZZPRCg2onZee4VGUpjMieb0U6Yu2xkiB7 Ov07lA1OJ5SIaWxP0QNmEeQxIf3WX5FhJxoMquMruzYpGsCUYu02JpvEGgqFy1w+LnV52p ihvKdwC6zgslDuraYXZ0MK9DebQ3/TLc0b3cMZvErNKnwMcUJ8e+iA3f/aSYFg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] make.sh: 'dnsdist' has to built after 'libedit' Date: Sun, 24 Mar 2019 17:40:20 +0100 Message-Id: <20190324164020.12788-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 X-Spamd-Result: default: False [-2.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; BAYES_HAM(-3.00)[100.00%] Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer --- 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