From patchwork Mon Oct 5 20:17:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 3514 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 4C4sMy1SN1z3x0l for ; Mon, 5 Oct 2020 20:17:34 +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 4C4sMp2ypwz1GG; Mon, 5 Oct 2020 20:17:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C4sMp2F6mz2yNF; Mon, 5 Oct 2020 20:17:26 +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 4C4sMm3vbDz2xZw for ; Mon, 5 Oct 2020 20:17:24 +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 4C4sMm1nTRz1Fq; Mon, 5 Oct 2020 20:17:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1601929044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=WPTG/doqJY87DgnNmZCSoaBRgJtWe4/rzCej5ulCZNU=; b=Ouh1M4AdI+DMDpS6sC14wT3eh4sZw6r9SZTLXWnQ2TC6UuX4HAU3q/5h0rYiD/b15uhlta cv1Jt/3iR4zaJ2Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1601929044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:in-reply-to:in-reply-to:references:references; bh=WPTG/doqJY87DgnNmZCSoaBRgJtWe4/rzCej5ulCZNU=; b=dSp7Nj1jWX0Va6pbKRwbMk0qAgbEnOh4r1qAzucJv9ww9YXVpsusVzXpB4X/aHB4mBLnVd JzDElqEFuNLwNpaj/FadRo5/eSP+/ymb/okFbbjWTUnUbSMCSiA4u1UpzjIe6R7L7UCPxm r6zdHe6BiDuCjnRdKX+nXb6ZSA+1t7a9cEgdINPlTSsAiHQCbbv2/odzil/meLP58Yxf5G KbtiCcksLlHG98WbL11N+d/rcJfsD1oQsSESMd7q1ubkEuRW0AY4Ijdi6yTfRGUbiiyKik KOiUluHry3Mxf340B4wBbPSuZS91X6q/felKvIo+DU8670goJ0bUw71fUXYX+A== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 6/9] rpcsvc-proto: build before samba Date: Mon, 5 Oct 2020 22:17:08 +0200 Message-Id: <20201005201711.4259-6-arne_f@ipfire.org> In-Reply-To: <20201005201711.4259-1-arne_f@ipfire.org> References: <20201005201711.4259-1-arne_f@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=arne_f@ipfire.org smtp.mailfrom=arne_f@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: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" samba4 depends on this package Signed-off-by: Arne Fitzenreiter --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 3d181a745..2dd92c4d7 100755 --- a/make.sh +++ b/make.sh @@ -1402,6 +1402,7 @@ buildipfire() { lfsmake2 hplip lfsmake2 cifs-utils lfsmake2 krb5 + lfsmake2 rpcsvc-proto lfsmake2 samba lfsmake2 netatalk lfsmake2 sudo @@ -1438,7 +1439,6 @@ buildipfire() { lfsmake2 rsync lfsmake2 rpcbind lfsmake2 keyutils - lfsmake2 rpcsvc-proto lfsmake2 libnfsidmap lfsmake2 nfs lfsmake2 gnu-netcat