[Buildroot] [PATCH] fontconfig package : cross-compilation
Bernhard Fischer
rep.dot.nop at gmail.com
Tue Jun 26 10:07:27 PDT 2007
On Tue, Jun 26, 2007 at 05:19:28PM +0200, Julien Letessier wrote:
>Note that quite a few Buildroot packages require autoconf to be
>installed on the host (openssh, dropbear, avahi, gawk, dbug, glib)...
>they'll need to be changed, too.
yes
>
>Attached are patches for
>* autoconf-host, automake-host, libtool-host
> and an $(AUTORECONF) variable that runs autoreconf with the
>appropriate arguments
>* the fontconfig package using custom-built autoreconf (replaces previous
>patch)
>
>This still requires perl on the build host, but I assume that's reasonable
>:)
no :)
>
>Tell me how this works for you.
In order to avoid to have the sources unpacked in two locations, we
usually unpack them into $(TOOL_BUILD_DIR), i.e.:
AUTOMAKE_SRC_DIR:=$(TOOL_BUILD_DIR)/automake-$(AUTOMAKE_VER)
AUTOMAKE_DIR:=$(BUILD_DIR)/automake-$(AUTOMAKE_VER)
AUTOMAKE_HOST_DIR:=$(TOOL_BUILD_DIR)/automake-$(AUTOMAKE_VER)-host
Can you please adjust accordingly?
Thanks for the nice patch!
More information about the buildroot
mailing list