From: Michael Tremer Date: Mon, 2 Jul 2018 17:48:50 +0000 (+0100) Subject: nss-myhostname: FTBFS on aarch64 X-Git-Tag: v2.21-core123~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6aa297eb3b9b1f4d8047091a9cce5f5aa225ae8;p=people%2Fstevee%2Fipfire-2.x.git nss-myhostname: FTBFS on aarch64 Signed-off-by: Michael Tremer --- diff --git a/lfs/nss-myhostname b/lfs/nss-myhostname index 9274e7588d..36b071fb26 100644 --- a/lfs/nss-myhostname +++ b/lfs/nss-myhostname @@ -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) && ./configure --prefix=/usr --libdir=/lib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install