From patchwork Sun Aug 16 10:29:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 3351 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 4BTtlR3Y7fz3x1D for ; Sun, 16 Aug 2020 10:32:03 +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 4BTtjt66qnz10j; Sun, 16 Aug 2020 10:30:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BTtjp4ZWWz30Wp; Sun, 16 Aug 2020 10:30:38 +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 4BTtjn1gLFz30Wg for ; Sun, 16 Aug 2020 10:30:37 +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 4BTtjk4XwBzy3; Sun, 16 Aug 2020 10:30:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597573834; 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: in-reply-to:in-reply-to:references:references; bh=TBtlCtELg73Kty7fKVvleOWZF5LZbRpjeRv9IQrswTQ=; b=dpOflDBy78eXvhqPFdrf6PqpKlcOKcNF7ZE2K7hQldMlMQsQG+6sMZbYNFefwC3PGsFW1D tbk1AGmKPFqRMUDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597573834; 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: in-reply-to:in-reply-to:references:references; bh=TBtlCtELg73Kty7fKVvleOWZF5LZbRpjeRv9IQrswTQ=; b=UkReepBkRv22wZro71j6K90K4Ahpplm96e4py7tsPYpoK27wcbtXftIOV92iHr6m7EpDwP 6JYDXyQsLqU8X75pSOhkW0c/keaWLn5pySXzU1p7MaKBsGBZIio/FEoMx/htnCdTCfhabH szvKhPubV+72z73mjJv/wS03saQlVYydYtvjHkxvDFjWMFrq2EjkG00CRcM42GTKPuyLya q5L1dI52Karizls9kgT07Q/mqm376p2vHImsfz9pDF9NutFnCMCReJqR+PPLIAaHZ24OJS thI7VM2kg7v5rhISxKf3/mCf372aPeNF46FVJwHGj/ms4jKKkadO9uEYlY68kQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 45/62] Build libtirpc earlier because RPC does not come with glibc any more Date: Sun, 16 Aug 2020 10:29:36 +0000 Message-Id: <20200816102953.3881-45-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> References: <20200816102953.3881-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 226d39dd7..9ec868670 100755 --- a/make.sh +++ b/make.sh @@ -1300,6 +1300,7 @@ buildipfire() { lfsmake2 sdparm lfsmake2 mtools lfsmake2 whatmask + lfsmake2 libtirpc lfsmake2 conntrack-tools lfsmake2 libupnp lfsmake2 ipaddr @@ -1433,7 +1434,6 @@ buildipfire() { lfsmake2 libmpeg2 lfsmake2 gnump3d lfsmake2 rsync - lfsmake2 libtirpc lfsmake2 rpcbind lfsmake2 keyutils lfsmake2 rpcsvc-proto