From: Michael Tremer Date: Sat, 19 Aug 2023 14:30:31 +0000 (+0000) Subject: qrencode: Fix build on riscv64 X-Git-Tag: v2.27-core180~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1edc79f4ba32df639f0df140d3f9b9f690cd2861;p=ipfire-2.x.git qrencode: Fix build on riscv64 Signed-off-by: Michael Tremer --- diff --git a/lfs/qrencode b/lfs/qrencode index aaf004b4d0..2deb8b4cf4 100644 --- a/lfs/qrencode +++ b/lfs/qrencode @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install