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

diff --git a/lfs/ntp b/lfs/ntp
index fa93dc99dd6f5f703c2a6324c0c7fc46c507fdb0..8d45d9398183c85c81d2d9bfe57b68683b611932 100644 (file)
--- 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)