]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/htop
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:32 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:32 +0000 (22:38 +0100)
lfs/htop

index 75eeaf9ab95b87bfb0aa7833a946382d2ab1f37c..e089375da3015dd47ce38829072608d4f8515021 100644 (file)
--- 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)