From patchwork Sun Apr 5 13:20:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2896 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 48wDmv1lhYz3yBs for ; Sun, 5 Apr 2020 13:20:15 +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 48wDmt2NWhz1Sy; Sun, 5 Apr 2020 13:20:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48wDms73zQz2yHt; Sun, 5 Apr 2020 13:20:13 +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 48wDmr013yz2xmJ for ; Sun, 5 Apr 2020 13:20:11 +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 48wDmq29Hnz1Sy for ; Sun, 5 Apr 2020 13:20:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586092811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=BDdpDys3NiKzor02OICOobYfV7I0egwqcjeQrtGd5oQ=; b=hvIsWhXhe9PJjxu0u1+Ax3o+egptdz5/JWb23KmgJ5uvs4RdkTgaSiTy94yM+eB0lcONKG j1ypKbHsCGYBunBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586092811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=BDdpDys3NiKzor02OICOobYfV7I0egwqcjeQrtGd5oQ=; b=KyT3O2spvDICjNQkBBujqjUjjZegW1bi+TetJz7i4aUmDJlHpy5IaXNEwsRPle0m77fKnD t6nkt3hv4XdRTWHqBm2vwpkdbm3PLCq0az0ueMMnqQTIvHPShV5BKsbrS2JhYu3dzKniPl AZTXW3jvE2He9RPKnOMRafLKEwdbjDWzkMEAOOYUgBUEiV3k/ygXgtcz+Gkm1Nuy+yZnjl JTBvaJvyhe6Di890sDwu5OUTK5KskpuKgZZErzs2nNCnNLPSodNYFgzTvPP3wSrDNM4g6p aDHQWm2ZATcneokdL86sRp3uGLgsehZ6CzYBD8Mc0DyxCApQiOU2BZVSxk7hGA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH v2] 'make.sh':'libarchive' and 'cmake' now need to be built prior to 'libjepeg' Date: Sun, 5 Apr 2020 15:20:06 +0200 Message-Id: <20200405132006.7078-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index c250d56fc..5b310e2e0 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