From patchwork Thu May 30 12:01:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1107746 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45F5m403q4z9s55 for ; Thu, 30 May 2019 22:01:55 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id F1F548835D; Thu, 30 May 2019 12:01:51 +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 Dn7TU5ORhq7g; Thu, 30 May 2019 12:01:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3CD0E88359; Thu, 30 May 2019 12:01:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E0C131BF316 for ; Thu, 30 May 2019 12:01:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DB8DC83617 for ; Thu, 30 May 2019 12:01:44 +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 E0lIChdyeQHx for ; Thu, 30 May 2019 12:01:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by fraxinus.osuosl.org (Postfix) with ESMTPS id ACD358355C for ; Thu, 30 May 2019 12:01:43 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout11.t-online.de (Postfix) with SMTP id 9EB51422E0B9; Thu, 30 May 2019 14:01:41 +0200 (CEST) Received: from fli4l.lan.fli4l (XeZK56ZEZhDTS+BQq0v6uhIR4XWdn8X5dlZs3p9hxY+Wi9zv0B6JsBC4mJc-+VPwdL@[91.58.12.246]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hWJka-25SSYa0; Thu, 30 May 2019 14:01:40 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:54648) by fli4l.lan.fli4l with esmtp (Exim 4.92) (envelope-from ) id 1hWJkZ-0008Lm-OH; Thu, 30 May 2019 14:01:40 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 30 May 2019 14:01:37 +0200 Message-Id: <20190530120139.21740-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: XeZK56ZEZhDTS+BQq0v6uhIR4XWdn8X5dlZs3p9hxY+Wi9zv0B6JsBC4mJc-+VPwdL X-TOI-MSGID: 86396ce2-ddbf-4ac2-ac03-1d922a5c9d11 Subject: [Buildroot] [PATCH/next v2 1/3] package/pugixml: Enable host build X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Theo Debrouwere Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Needed for host-waylandpp >= 0.2.5 https://github.com/NilsBrause/waylandpp/commit/433ce65b681c27d54e1e6b9a602f1c8291aabd54 Signed-off-by: Bernd Kuhls --- v2: no changes package/pugixml/pugixml.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/pugixml/pugixml.mk b/package/pugixml/pugixml.mk index 8edaddd827..6f214c4de8 100644 --- a/package/pugixml/pugixml.mk +++ b/package/pugixml/pugixml.mk @@ -31,3 +31,4 @@ PUGIXML_CONF_OPTS += -DBUILD_DEFINES="$(subst $(space),;,$(PUGIXML_BUILD_DEFINES endif $(eval $(cmake-package)) +$(eval $(host-cmake-package))