From: Michael Tremer Date: Sat, 6 May 2017 08:12:48 +0000 (+0200) Subject: librstp: FTBFS on aarch64 X-Git-Tag: v2.21-core122~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b793cb154441d5d544380e2be79a5715e36d41e;p=ipfire-2.x.git librstp: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- 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