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

index ab82b07b1725ef139073726e10d48a3d3055b509..2ea085858567774badc2ee53a5b937018a023717 100644 (file)
@@ -53,7 +53,12 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --with-initscriptdir=$(DIR_APP)/tmp
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
+                       --sysconfdir=/etc \
+                       --with-initscriptdir=$(DIR_APP)/tmp
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)