From patchwork Sat Oct 6 20:35:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Valentine Barshak X-Patchwork-Id: 189759 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 682802C0079 for ; Sun, 7 Oct 2012 07:34:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A6856101B65; Sat, 6 Oct 2012 20:34:48 +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 BKVmnYDLUzyZ; Sat, 6 Oct 2012 20:34:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9B64110B903; Sat, 6 Oct 2012 20:34:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C36748F74B for ; Sat, 6 Oct 2012 20:34:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 501AE8C334 for ; Sat, 6 Oct 2012 20:34: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 q8q-Yp-V7wk4 for ; Sat, 6 Oct 2012 20:34:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2DF618C1F3 for ; Sat, 6 Oct 2012 20:34:42 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id i5so2240494lah.16 for ; Sat, 06 Oct 2012 13:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=WFd2Bzh+JOrhrazaYQmpW/tDvcGqw7sllDqrXsEy30s=; b=LEE5fGJeIVljupMqpQmmojbHPO4gdcBcYdgnx5orQ8cpOLarjvP2hRD0onTuIbI4Cf FMVJP5raqVYCY7HCoDJ+pec+R4PRv/GNKXwnvIA1EB4BIH+z8/oP6Z5Vq029YS2XP3X4 rRJuRtFnZyA2eguFv8diD81sdyJeqhmnpZkNMLDFRlx37C7qwiIzMSGbxwGIAjnRjh8k ugmYaa5K/TsMfkwG4+LImr3dPTSjM+aX6UYAt8pJTHjVjgZN82/AtOnIzxi3s+WDFo20 0Ppd5RtfLXcYAgsLFHCoUbiqVtMlU6T3bmL2Qd3PUbiCTy6NbKlaRInHJyligho6DyuR G+qQ== Received: by 10.152.103.100 with SMTP id fv4mr9406492lab.39.1349555681084; Sat, 06 Oct 2012 13:34:41 -0700 (PDT) Received: from black.localnet ([93.100.122.208]) by mx.google.com with ESMTPS id s2sm4147992lbl.11.2012.10.06.13.34.40 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 06 Oct 2012 13:34:40 -0700 (PDT) From: Valentine Barshak To: buildroot@busybox.net Date: Sun, 7 Oct 2012 00:35:36 +0400 Message-Id: <1349555736-10008-1-git-send-email-gvaxon@gmail.com> X-Mailer: git-send-email 1.7.11.4 Subject: [Buildroot] [PATCH] gqview: Fix build failure due to missing -lm 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 Signed-off-by: Valentine Barshak Acked-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Markos Chandras --- package/gqview/gqview.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gqview/gqview.mk b/package/gqview/gqview.mk index 2f64cd0..7d09fda 100644 --- a/package/gqview/gqview.mk +++ b/package/gqview/gqview.mk @@ -7,6 +7,7 @@ GQVIEW_VERSION = 2.1.5 GQVIEW_SOURCE = gqview-$(GQVIEW_VERSION).tar.gz GQVIEW_SITE = http://prdownloads.sourceforge.net/gqview GQVIEW_DEPENDENCIES = host-pkg-config libgtk2 +GQVIEW_CONF_ENV = LIBS="-lm" $(eval $(autotools-package))