From: Michael Tremer Date: Mon, 24 Apr 2017 13:57:06 +0000 (+0200) Subject: berkeley: Update automake scripts for build on aarch64 X-Git-Tag: v2.21-core122~110 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=be5a22bf095c5cd2b23694218983fd619a2cdce2 berkeley: Update automake scripts for build on aarch64 Signed-off-by: Michael Tremer --- diff --git a/lfs/berkeley b/lfs/berkeley index 99c950fc3f..d15eba198c 100644 --- a/lfs/berkeley +++ b/lfs/berkeley @@ -70,6 +70,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 -Np1 < $(DIR_SRC)/src/patches/db-4.4.20-fixes-1.patch cd $(DIR_APP)/build_unix && ../dist/configure --prefix=/usr --enable-compat185 --enable-cxx cd $(DIR_APP)/build_unix && make $(MAKETUNING)