]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
berkeley: update automake before build
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 15:21:27 +0000 (15:21 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 9 May 2020 15:21:27 +0000 (15:21 +0000)
without build fails on aarch64

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/berkeley

index 6eb459ebfeaeb3a635cdd1af7d5dea4388ff4c16..8b7f8ef5b42517c66aa470a0ebc64ceb54fa781d 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) && sed -i "s/\(__atomic_compare_exchange\)/\1_db/" src/dbinc/atomic.h
        cd $(DIR_APP)/build_unix && ../dist/configure \
                --prefix=/usr \