From 158fdd461227ab5d6a7c1222c86c5b204019b3bd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Feb 2021 11:03:23 +0000 Subject: [PATCH] libtirpc: Update automake Signed-off-by: Michael Tremer --- lfs/libtirpc | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/libtirpc b/lfs/libtirpc index 59ac913547..1938ab7719 100644 --- a/lfs/libtirpc +++ b/lfs/libtirpc @@ -79,6 +79,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libtirpc-1.0.2-glibc-2.26.patch cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-gssapi --disable-ipv6 cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) -- 2.39.5