From: Michael Tremer Date: Thu, 27 Apr 2017 10:12:25 +0000 (+0200) Subject: openldap: FTBFS on aarch64 X-Git-Tag: v2.21-core122~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdde9db00d1ebb947e1c419b050901c604262caa;p=people%2Fstevee%2Fipfire-2.x.git openldap: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- diff --git a/lfs/openldap b/lfs/openldap index a18d7e1620..715c40158c 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -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 \