From patchwork Thu Nov 6 21:48:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Aguilar X-Patchwork-Id: 407732 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id BE6331400A0 for ; Fri, 7 Nov 2014 08:48:27 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 05EDB33DA5; Thu, 6 Nov 2014 21:48:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ic4Q3EgXqkjM; Thu, 6 Nov 2014 21:48:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 38C9733CA4; Thu, 6 Nov 2014 21:48:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 12BE61C151C for ; Thu, 6 Nov 2014 21:48:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0F87195C83 for ; Thu, 6 Nov 2014 21:48:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AM3oLCjg0jYb for ; Thu, 6 Nov 2014 21:48:18 +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 hemlock.osuosl.org (Postfix) with ESMTPS id B032995C60 for ; Thu, 6 Nov 2014 21:48:17 +0000 (UTC) Received: from localhost.localdomain (host153-179-dynamic.4-87-r.retail.telecomitalia.it [87.4.179.153]) by mrelayeu.kundenserver.de (node=mreue105) with ESMTP (Nemesis) id 0LyUFS-1Y8ovI0UZ4-015nb0; Thu, 06 Nov 2014 22:48:14 +0100 From: Pedro Aguilar To: buildroot@buildroot.org Date: Thu, 6 Nov 2014 22:48:05 +0100 Message-Id: <1415310486-25904-4-git-send-email-paguilar@paguilar.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1415310486-25904-1-git-send-email-paguilar@paguilar.org> References: <1415310486-25904-1-git-send-email-paguilar@paguilar.org> X-Provags-ID: V02:K0:6lLhlojaaJwlYGsnLHdGpEMVhJ8yoMDyE/8Z3xzwNdz YDzNcmV8f1qA21gsM1WfkN5iEzAkliaTRzmF9JMMf6trV/Iqzx eAZYfbtzF50qC7X5NU7syWPL08j0m/5UYV631LXdSKqCMl9dxS AacgdLpUmWpvI8mb5QZnR9JQ66k4ZnnDnlbo2KRl+Dowzvaghp 8tbyah98pRgppzump9O+spH3L3zIR4xgroJL6P/5ezoAbNqnUm H8Z4H65EOqj80W+Z7MaFjJd9xQc7OvlN0twtHcZKsHBYN88DuO yTFooVElnq5+1pWSUfGTTlv/2tNs1FQWHbL9VrQRYfC+jQIPc+ ZK85fSY0gP4pT7z/0r2O7d3sWhi1oh/2B8x4I0JeRyUuCNjs5C pzVlpp0Uw64yzGMHfZ/9kpHamuLo40M6GA= X-UI-Out-Filterresults: notjunk:1; Subject: [Buildroot] [PATCH v4 3/4] libunistring: Add host-autotools-package 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" The host-libunistring is needed by guile Signed-off-by: Pedro Aguilar Acked-by: "Yann E. MORIN" --- Changes v1 -> v2: - Add host-libunistring (suggested by Yann Morin) Signed-off-by: Pedro Aguilar --- 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))