From: Michael Tremer Date: Mon, 22 Feb 2021 11:03:23 +0000 (+0000) Subject: libtirpc: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=158fdd461227ab5d6a7c1222c86c5b204019b3bd;p=people%2Fms%2Fipfire-2.x.git libtirpc: Update automake Signed-off-by: Michael Tremer --- 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)