From 3568b9f7ca2b3d3ab095541c2027b1a2e16f88cc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 May 2025 09:32:54 +0000 Subject: [PATCH] xorriso: Update automake scripts This fixes the build on riscv64. Signed-off-by: Michael Tremer --- lfs/xorriso | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/xorriso b/lfs/xorriso index 8b33765f0..fd2515aa6 100644 --- a/lfs/xorriso +++ b/lfs/xorriso @@ -72,6 +72,7 @@ $(subst %,%_BLAKE2,$(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.39.5