From patchwork Tue Feb 22 12:51:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5271 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4K2zbn0W61z3xgf for ; Tue, 22 Feb 2022 12:52:53 +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 4K2zb00VhBz5fb; Tue, 22 Feb 2022 12:52:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4K2zZy5ZHbz32Km; Tue, 22 Feb 2022 12:52: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 4K2zZn2j2kz2yqc for ; Tue, 22 Feb 2022 12:52:01 +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 4K2zZl1mP6z5Xb; Tue, 22 Feb 2022 12:51:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1645534319; 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=D2+VLJwUiFxobVudPKy/wJmhm6wgtboOTAwV+faX/tU=; b=JwGEKZIPhAuBGNm+9g+GTCWF00VVglyMN+YXsI9qCCnXDqomehMTUy+QPvoTHq1waDKN+4 Ok8c8Qy1+Ehoz1CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1645534319; 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=D2+VLJwUiFxobVudPKy/wJmhm6wgtboOTAwV+faX/tU=; b=Lhd6xlosBggYuvY9pXu+YJxgLSsLHd2gSmvxkBY0FWe22KGVJKsmqguyb1F0y/ZWgXMSrj yrTmjIfAyLIiA987uap/9B/Qa1OjpJYTyHLZIoPPmyCUp3bULtq6Vx8vsQL+8vxwIO6JEe B3Hbnx8Klxg5jj8fROnkckJyJ1H1MOxy4yZPWyENeF9VO8iW+pSf+czyeY5L3eSny9mxfx /0N0figCi+mrj3ORZWTKKQb6W5nIF3FRu6OPx+QFJrHk69fdaB9aNHqaVloY/V7+fJw1Y8 KluiMBqVTxZ6eGLM/NiMeQU8enMwXfgM9bCBOOA3W4ZWJ8QCf+HLCmjeSDH2zw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 46/50] liburcu: Update automake to build on riscv64 Date: Tue, 22 Feb 2022 12:51:31 +0000 Message-Id: <20220222125135.1211290-47-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> References: <20220222125135.1211290-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 --- lfs/liburcu | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/liburcu b/lfs/liburcu index ceda88709..2b9e6bc38 100644 --- a/lfs/liburcu +++ b/lfs/liburcu @@ -74,6 +74,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ --disable-static