From patchwork Mon Nov 24 22:56:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Aguilar X-Patchwork-Id: 414156 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 82851140187 for ; Tue, 25 Nov 2014 09:56:46 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CD2CD92837; Mon, 24 Nov 2014 22:56:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26Q53dyByg5X; Mon, 24 Nov 2014 22:56:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 02BE79282A; Mon, 24 Nov 2014 22:56:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C66321C1E4E for ; Mon, 24 Nov 2014 22:56:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BD4B0A313A for ; Mon, 24 Nov 2014 22:56:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UVmrPI-E0YqN for ; Mon, 24 Nov 2014 22:56:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.24]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E5884A3103 for ; Mon, 24 Nov 2014 22:56:38 +0000 (UTC) Received: from localhost.localdomain (host89-115-dynamic.60-82-r.retail.telecomitalia.it [82.60.115.89]) by mrelayeu.kundenserver.de (node=mreue101) with ESMTP (Nemesis) id 0LdVp4-1YIiK929VC-00io9l; Mon, 24 Nov 2014 23:56:36 +0100 From: Pedro Aguilar To: buildroot@buildroot.org Date: Mon, 24 Nov 2014 23:56:29 +0100 Message-Id: <1416869790-12988-4-git-send-email-paguilar@paguilar.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1416869790-12988-1-git-send-email-paguilar@paguilar.org> References: <1416869790-12988-1-git-send-email-paguilar@paguilar.org> X-Provags-ID: V02:K0:6dT+7CNeK5I19hMSyuBc/Vdl30RPPiltTfhyxP0kDG5 mM5GuDR9C7S4x7E0RxTDKZIcvLGHF7vnbq7Sq1zGYcVR7B3xDe gRnFpNR4QBUbOENMX7e3VOVNYKtTJ9KzucfxLU2Qq6MpOZohXe QkD0l53pS7vGxWYviuzBwa0l+K4l075HFoeeGiy/DfxX8ce2gM 5AB9KJqFtWZJ+oYdK/Z3Ei58INiakiW0+Vd+R+a/umD6RcCxnw jUhNxunyT3t77L8ejf/EIQ+4Clth1CuwEhiqrsNrojl/qSp46j F0Ack4hSSjeQ7p1BdkBYqf5BWIJAcCxi12tbh1YZWlGkwHNbZC NB9e9+ty0M5SEV4GW7AXFwHczv5qXo30xHR9LoPhR+4NLgDXC/ uqckouWKLPJ+URBDHU+Jqn31jhhhFbQ+I8= X-UI-Out-Filterresults: notjunk:1; Subject: [Buildroot] [PATCH v5 3/4] libunistring: host-libunistring is needed by guile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Pedro Aguilar --- Changes v1 -> v2: - Add host-libunistring (suggested by Yann Morin) --- package/libunistring/libunistring.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libunistring/libunistring.mk b/package/libunistring/libunistring.mk index 3234ddc..fd77d12 100644 --- a/package/libunistring/libunistring.mk +++ b/package/libunistring/libunistring.mk @@ -17,3 +17,4 @@ LIBUNISTRING_CONF_OPTS += --disable-threads endif $(eval $(autotools-package)) +$(eval $(host-autotools-package))