From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:34 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/pixman X-Git-Tag: v3.0-alpha1~322^2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22ffccf7d30e15409c90bf776db3af20b293319e;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/pixman --- diff --git a/lfs/pixman b/lfs/pixman index f0f311d5f..f5a5a7d44 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -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)