From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:32 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/htop X-Git-Tag: v3.0-alpha1~322^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba9bf1c53c602fdff6daa0b921c83f39e3c59d4e;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/htop --- diff --git a/lfs/htop b/lfs/htop index 75eeaf9ab..e089375da 100644 --- a/lfs/htop +++ b/lfs/htop @@ -56,7 +56,10 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)