]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
librstp: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 May 2017 08:12:48 +0000 (10:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:06:12 +0000 (12:06 +0100)
Needed automake update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libsrtp

index cc1eef36078503c0ebadb5c54ee828c9a19fe89e..d72a240ec249156f19ae5290f950f9f160ddb127 100644 (file)
@@ -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