From patchwork Thu Jul 8 11:20:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4495 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GLDNX1KGCz3xGX for ; Thu, 8 Jul 2021 11:20:12 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GLDNV40VZz1s; Thu, 8 Jul 2021 11:20:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GLDNV2lSlz2yw0; Thu, 8 Jul 2021 11:20:10 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GLDNT1ks6z2yF1 for ; Thu, 8 Jul 2021 11:20:09 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GLDNS4c4zz1H; Thu, 8 Jul 2021 11:20:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625743208; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Y4wobEQV/fVLwY7hqGcT0zvJnv5g9ICtpe4nLW1wAfA=; b=sbqaB2GQpss9z21TiNkunVb5MAnf3Sk/V0ZaaO8tW5OAakRV0hZ1ZLh1f7vcgQ6FFKnND3 N7Bx9sVp6h46ltDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625743208; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Y4wobEQV/fVLwY7hqGcT0zvJnv5g9ICtpe4nLW1wAfA=; b=sCGuLD3SjzXlEqKCeYL5Vt4Sc3+b/imiDAT4j95Aif/1TFnWQ5Ht399n/q2pQGtLZ1Pr+E Z4c7tifp996apHvG35VLnBrY7gVmLuCmnYdFr+23j4QPWdfr5WhmdEBVPKT8IK6/DN5dGx +cAWr2pRMNxn3Vv3G8uoawkG5u/AUz3Qvkg8ZPdPRXszzhMTuf+usVzHToNQxhhMmmiy6h IEhxH5oP7JwJTaUunkSAgTAls9LS7TH7DmGynOW3BbVH/oWIy6V4+hH+8UoMUA1sA0uO8l fV1pyweBHL3QrA/5WmoEB9zoAf6FLr4s4CFPOIhW+QcmgM/ZR19tutvKEKqpWg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/3] make.sh: Build libstatgrab before collectd Date: Thu, 8 Jul 2021 11:20:03 +0000 Message-Id: <20210708112005.22389-1-michael.tremer@ipfire.org> MIME-Version: 1.0 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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 3e418976b..7bdeeaf62 100755 --- a/make.sh +++ b/make.sh @@ -1437,6 +1437,7 @@ buildipfire() { lfsmake2 br2684ctl lfsmake2 pcmciautils lfsmake2 lm_sensors + lfsmake2 libstatgrab lfsmake2 liboping lfsmake2 collectd lfsmake2 elinks @@ -1543,7 +1544,6 @@ buildipfire() { lfsmake2 telnet lfsmake2 xinetd lfsmake2 stress - lfsmake2 libstatgrab lfsmake2 sarg lfsmake2 nginx lfsmake2 sysbench