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

index f0f311d5f38031aae4de3fd26dc5b456f0bc54f8..f5a5a7d4411b23fb82ed387378d4e3928794ffa4 100644 (file)
@@ -64,6 +64,7 @@ $(OBJECT) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && \
                ./configure \
+                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static \
                        $(CONFIGURE_ARGS)