From patchwork Sat Apr 4 19:58:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2887 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48vng56MV0z3yBn for ; Sat, 4 Apr 2020 19:58:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48vng46C4lz1nQ; Sat, 4 Apr 2020 19:58:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48vng44krRz2yjX; Sat, 4 Apr 2020 19:58:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48vng24ZsBz2y08 for ; Sat, 4 Apr 2020 19:58:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48vng15hsXzfc for ; Sat, 4 Apr 2020 19:58:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586030317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=wCrzW0Tw9QY3xbs0rQslj1P1XDliiqxA7GzxIPtBVKI=; b=iD10gsEnZSXmX1AkSSx9rnCz8j+ofx0QbwPRLFPl+emjWThUrK+xKJmEv5fTIUwO2FQKmV e0NAoypEhAEzqgDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586030317; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=wCrzW0Tw9QY3xbs0rQslj1P1XDliiqxA7GzxIPtBVKI=; b=hr++anJcmeTYovKrREHR1DSyzB/0KhXM3qTXAQIZg9Sbpn26NkQgyDYRGBXeQzxqiARRB2 9FRvzMQbsUmB4rMSYnUYcyMfiRSO2K9nlZJWzNSiJSWhj4wCb5Uzu6ytjkpEdJJD87Hc75 tONxA2nM+GKv1+3ih4wbVFVw1zZooSS17jDCl/prdFHPZakNHxzWTbs+uQncr+OT+CiG0o Cizv0UoSnbhnT2D2E+gB4nKVRxY5I8Af5unCwF2V01GJ0+CYP+DD7O2GJmYO/PD6zgJQD+ kIL07vfAJya5iYkfDmTLU32JBGwlKpYhGFf87kCVuyigrcQ4RQ//Q5jvhTQ1nw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] 'make.sh': 'libarchive' and 'cmake' need to be built prior to 'libjpeg' Date: Sat, 4 Apr 2020 21:58:32 +0200 Message-Id: <20200404195832.3317-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index c250d56fc..c65d946ce 100755 --- a/make.sh +++ b/make.sh @@ -1253,6 +1253,8 @@ buildipfire() { lfsmake2 libnl-3 lfsmake2 libidn lfsmake2 nasm + lfsmake2 libarchive + lfsmake2 cmake lfsmake2 libjpeg lfsmake2 libjpeg-compat lfsmake2 libexif @@ -1281,8 +1283,6 @@ buildipfire() { lfsmake2 bootstrap lfsmake2 arping lfsmake2 beep - lfsmake2 libarchive - lfsmake2 cmake lfsmake2 libssh lfsmake2 cdrkit lfsmake2 dosfstools @@ -1521,6 +1521,7 @@ buildipfire() { lfsmake2 perl-DBD-SQLite lfsmake2 perl-File-ReadBackwards lfsmake2 openvmtools + lfsmake2 libmicrohttpd lfsmake2 motion lfsmake2 joe lfsmake2 monit