]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/berkeley
berkeley: Update automake scripts for build on aarch64
[people/pmueller/ipfire-2.x.git] / lfs / berkeley
index 99c950fc3f70c1c5615b37a9579af371d482c331..d15eba198c4b2308962582dd73469844fb8eeb13 100644 (file)
@@ -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)