]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
gpgme: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Feb 2021 10:33:42 +0000 (10:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Mar 2021 10:51:54 +0000 (10:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gpgme

index d9890804a2d305fb948a636f06dd3d7f7114fa76..a6056fc8eb43980788dbe22efc5960d2ca6fab05 100644 (file)
--- a/lfs/gpgme
+++ b/lfs/gpgme
@@ -77,6 +77,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) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install