From af7420640af848f363b79f3fdb91b86acb0c057d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 May 2017 13:26:45 +0200 Subject: [PATCH] nagios_nrpe: FTBFS on aarch64 Needed automake update Signed-off-by: Michael Tremer --- lfs/nagios_nrpe | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/nagios_nrpe b/lfs/nagios_nrpe index 11ce2ae77d..6a12c364b5 100644 --- a/lfs/nagios_nrpe +++ b/lfs/nagios_nrpe @@ -77,6 +77,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) && ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/nagios \ -- 2.39.2