From: Arne Fitzenreiter Date: Sat, 9 May 2020 15:21:27 +0000 (+0000) Subject: berkeley: update automake before build X-Git-Tag: v2.25-core145~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d561f0d83b105bbcd483dd81812911743d4a5a8b;p=ipfire-2.x.git berkeley: update automake before build without build fails on aarch64 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/berkeley b/lfs/berkeley index 6eb459ebfe..8b7f8ef5b4 100644 --- a/lfs/berkeley +++ b/lfs/berkeley @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # 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 \