From patchwork Sun Mar 17 18:19:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 228307 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 30E9D2C00C6 for ; Mon, 18 Mar 2013 05:21:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5B7388BCB3; Sun, 17 Mar 2013 18:21:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WM8qIPXJDJJC; Sun, 17 Mar 2013 18:21:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3B18D8BD9D; Sun, 17 Mar 2013 18:20:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8E19B8F74B for ; Sun, 17 Mar 2013 18:20:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 06F5E8B5F9 for ; Sun, 17 Mar 2013 18:20:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gk2AJtFXQ5CZ for ; Sun, 17 Mar 2013 18:20:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id BE2E68B5E9 for ; Sun, 17 Mar 2013 18:20:00 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hm14so1876533wib.16 for ; Sun, 17 Mar 2013 11:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=r++KlDu1jEsusgownarPl4oB76lKn+YgnHXrG4XyEnU=; b=eNdlXOLClxQFLjKpn9+ShqL7X1gg6Fm3yXyxojL6vpEIDE5wbR3qIbiIaS/tMC7swy dEabRak5QspRaVdDAQ22DM2UQYCO4htWoMGOBhwEy0SRFvbPj5YQOQ7rxzA5vkXoBUUH oy5m8eRh0hwtbgU6H140vFGPVrC4QORgiA+lTMuVB2HNeHN+UjjUZts28AlWTKyHZwuX UZQZRZrEt9y7wUHBaBYE5Y3htF9nc8SHGJWdW+cvPqtFryT1Ndtsx5YWp1AxQVm51S1x tzYOjJaM/7PcDouNrGfVw/IzCQfOK3QQtun2JSQFAab6GBcGrY4UJ0gdOjViusIv9cM2 79lA== X-Received: by 10.180.83.10 with SMTP id m10mr12351825wiy.5.1363544398974; Sun, 17 Mar 2013 11:19:58 -0700 (PDT) Received: from localhost.localdomain (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPS id o8sm9331106wix.7.2013.03.17.11.19.57 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 17 Mar 2013 11:19:58 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 17 Mar 2013 19:19:42 +0100 Message-Id: <03fe83ed510caf3afc9ffe643cba96e7d09fa4bc.1363544331.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/6] package/libconfuse: add host variant X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Needed later by genimage. Signed-off-by: "Yann E. MORIN" Tested-by: Thomas Petazzoni --- 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))