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

index 6660caa661906eaf5d56907f32500ae9656bc156..e4c81508f9060c8ec17c4df2e30ba5ce29bfd221 100644 (file)
@@ -70,7 +70,12 @@ ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
            -i $$(grep -rl '/etc/adjtime' .)
        mkdir -pv /var/lib/hwclock
-       cd $(DIR_APP) && ./configure --enable-arch --enable-partx --enable-write
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --enable-arch \
+                       --enable-partx \
+                       --enable-write
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install