From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8163043416985691447==" List-Id: --===============8163043416985691447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.30.2 --===============8163043416985691447==--