From 3b793cb154441d5d544380e2be79a5715e36d41e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 May 2017 10:12:48 +0200 Subject: [PATCH] librstp: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/libsrtp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/libsrtp b/lfs/libsrtp index cc1eef3607..d72a240ec2 100644 --- a/lfs/libsrtp +++ b/lfs/libsrtp @@ -76,7 +76,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 cd $(DIR_APP) && make uninstall && make $(MAKETUNING) shared_library cd $(DIR_APP) && make install -- 2.39.5