From patchwork Mon Jul 22 05:17:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1134698 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.136; helo=silver.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 silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45sVGw1hpPz9s7T for ; Mon, 22 Jul 2019 15:17:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id BCDEB203CF; Mon, 22 Jul 2019 05:17:24 +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 wXK5Jj15X81f; Mon, 22 Jul 2019 05:17:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 33B76203BE; Mon, 22 Jul 2019 05:17:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 78BFE1BF421 for ; Mon, 22 Jul 2019 05:17:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 737DE875B2 for ; Mon, 22 Jul 2019 05:17:21 +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 eyOMm0dPAQjE for ; Mon, 22 Jul 2019 05:17:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by hemlock.osuosl.org (Postfix) with ESMTPS id 2F66A85930 for ; Mon, 22 Jul 2019 05:17:20 +0000 (UTC) Received: from fwd31.aul.t-online.de (fwd31.aul.t-online.de [172.20.26.136]) by mailout07.t-online.de (Postfix) with SMTP id 628AC4264A67; Mon, 22 Jul 2019 07:17:18 +0200 (CEST) Received: from fli4l.lan.fli4l (GWoAPvZc8hoANNEqKLUEUghNYV9kS5Jey2rCxnEXGKCK6Il--6lPXGDXmH7XhdXQoY@[84.161.178.169]) by fwd31.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1hpQhI-48tFlQ0; Mon, 22 Jul 2019 07:17:16 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:51962) by fli4l.lan.fli4l with esmtp (Exim 4.92) (envelope-from ) id 1hpQhH-0001Jn-VI; Mon, 22 Jul 2019 07:17:16 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 22 Jul 2019 07:17:15 +0200 Message-Id: <20190722051715.18053-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-ID: GWoAPvZc8hoANNEqKLUEUghNYV9kS5Jey2rCxnEXGKCK6Il--6lPXGDXmH7XhdXQoY X-TOI-MSGID: 18108bbb-8683-4395-9b5f-af49d87c697a Subject: [Buildroot] [PATCH 1/1] package/netsurf: fix build of host tool convert_image 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Upstream commit http://source.netsurf-browser.org/netsurf.git/commit/frontends/framebuffer/Makefile?id=40cdf498b9153685b4cefe576e59f6b41090912b renamed the variable HOST_*FLAGS to BUILD_*FLAGS. This breaks the build of the host tool convert_image when png.h is not provided by the host system itself. Fixes: http://autobuild.buildroot.net/results/6ac/6ac71c7a41dd92a5fb924af9da7cedc40e745cfa/ Signed-off-by: Bernd Kuhls --- package/netsurf/netsurf.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/netsurf/netsurf.mk b/package/netsurf/netsurf.mk index 30e8dc8b4f..b510a69649 100644 --- a/package/netsurf/netsurf.mk +++ b/package/netsurf/netsurf.mk @@ -36,8 +36,8 @@ ifeq ($(BR2_PACKAGE_NETSURF_SDL),y) NETSURF_DEPENDENCIES += sdl host-libpng NETSURF_FRONTEND = framebuffer NETSURF_CONFIG = \ - HOST_CFLAGS='$(HOST_CFLAGS)' \ - HOST_LDFLAGS='$(HOST_LDFLAGS) -lpng' + BUILD_CFLAGS='$(HOST_CFLAGS)' \ + BUILD_LDFLAGS='$(HOST_LDFLAGS) -lpng' ifeq ($(BR2_PACKAGE_FREETYPE),y) NETSURF_DEPENDENCIES += freetype define NETSURF_FONTLIB_CONFIGURE_CMDS