]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openldap: FTBFS on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 27 Apr 2017 10:12:25 +0000 (12:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 11:01:29 +0000 (12:01 +0100)
Needed automake update

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

index a18d7e16200c48f22b9c6ea48f54e18216ec4cb2..715c40158ce1c499d9d77525cdd93e1595ce9629 100644 (file)
@@ -79,6 +79,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/openldap-gcc44-fixes.patch
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \