From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:33 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/ntp X-Git-Tag: v3.0-alpha1~322^2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbaffad0f1d48becc55c431332364eee29aaa00a;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/ntp --- diff --git a/lfs/ntp b/lfs/ntp index fa93dc99d..8d45d9398 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -53,8 +53,12 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \ - --with-binsubdir=sbin + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-binsubdir=sbin cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)