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

index 6e186da881bd050df06dc35787ee4fd3bef23e7d..bb986607acd8c24a60ee28493434dae85bccb1e5 100644 (file)
@@ -81,6 +81,7 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && \
                CFLAGS="-O2 -static" \
                ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=$(PREFIX) \
                        --with-included-popt \
                        --without-avahi