From patchwork Sat May 17 17:34:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 349947 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id D3CB114009C for ; Sun, 18 May 2014 03:35:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E87458988D; Sat, 17 May 2014 17:35:06 +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 xo46b1uxI-bx; Sat, 17 May 2014 17:35:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 541AD897F7; Sat, 17 May 2014 17:35:02 +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 C33901BFA4A for ; Sat, 17 May 2014 17:35:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BE9C48B086 for ; Sat, 17 May 2014 17:35:01 +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 EG2f9IHjdsGa for ; Sat, 17 May 2014 17:34:57 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 48F638B06F for ; Sat, 17 May 2014 17:34:57 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id bs8so2358931wib.6 for ; Sat, 17 May 2014 10:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=xXqrDXe315oki/h+L+8kQjGCL6ECrAsoAPmTGCkyxvo=; b=PNvwPo+bZOmlz4QqXSipTjso5X6U1ICHdXRi7+zkubIqWJjjL/jkdasILIPpvHJv7f UJCymvODNOSezw9Af2Zm2zc506nWJNNyctHvZLi0sKpXN+Ui46oZ2cIGOsVLMeABbMZG sWqKPFcTQR68uelI+M4TltTzb3jl7xYqEZ/YefkTxKCRBaYENdCcDbTrnB49A1BE0ycZ iNY5tb8y3nfR0/VALsCPkYCqfB2cWlfoxKIB2A0v2yZWIEMSMaIeHSwfo9Xwumsu1cQQ pqj7wGrXbTve318BrUG2xq7Ulkg3CNz5YSftyyITOc40WjOUxh1oTi7sK9gei8w8bkHW RbQg== X-Received: by 10.194.1.164 with SMTP id 4mr19989982wjn.17.1400348095790; Sat, 17 May 2014 10:34:55 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id fu10sm4846101wib.11.2014.05.17.10.34.54 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 May 2014 10:34:54 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 17 May 2014 19:34:50 +0200 Message-Id: <1400348090-29954-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/duma: do not let MAkefile guess OS 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 From: "Yann E. MORIN" We ened to tell the duma Makefile what OS we're gonna run on, or it uses default values. It turns out the default values are the same as for OS=linux (and so this change should be a no-op), but it's just better to force it, and it avoids a warning during the build. Signed-off-by: "Yann E. MORIN" --- package/duma/duma.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/duma/duma.mk b/package/duma/duma.mk index d11987f..6e730f9 100644 --- a/package/duma/duma.mk +++ b/package/duma/duma.mk @@ -19,6 +19,7 @@ DUMA_OPTIONS = \ # build time, is not specified in the Makefile. Force non-parallel build. define DUMA_BUILD_CMDS $(MAKE1) $(TARGET_CONFIGURE_OPTS) \ + OS=linux \ DUMA_OPTIONS="$(DUMA_OPTIONS)" \ $(DUMA_CPP) -C $(@D) endef