]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
berkelay-compat: fix build on aarch64
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 21:11:25 +0000 (21:11 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 21:11:25 +0000 (21:11 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/berkeley-compat

index 9e148e53afebe94196fd4e1f957109e48aef6600..1e35f0fe4352824ddb855a687ae0a273bc2e623d 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -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)