]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/initd-tools
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/initd-tools

index 4c0759b43c21b192f69b6d7a66a915fe8c070296..a38457a0967642d5e59eaa2824ad9dc9803bdeb8 100644 (file)
@@ -53,7 +53,9 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure \
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=/usr
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install