From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Mon, 18 Feb 2013 00:04:35 +0100 Subject: [Buildroot] [PATCH 3/6] package/libconfuse: add host variant In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Needed later by genimage. Signed-off-by: "Yann E. MORIN" --- package/libconfuse/libconfuse.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index 2fa8241..d88a209 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -10,3 +10,4 @@ LIBCONFUSE_INSTALL_STAGING = YES LIBCONFUSE_CONF_OPT = --disable-rpath $(eval $(autotools-package)) +$(eval $(host-autotools-package)) -- 1.7.2.5