From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Tue, 26 Jun 2007 19:07:27 +0200 Subject: [Buildroot] [PATCH] fontconfig package : cross-compilation In-Reply-To: References: <20070625083203.GA5134@aon.at> Message-ID: <20070626170727.GC4096@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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!