All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gqview: Fix build failure due to missing -lm
@ 2012-10-06 20:35 Valentine Barshak
  2012-10-24 19:22 ` Valentine Barshak
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Valentine Barshak @ 2012-10-06 20:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Valentine Barshak <gvaxon@gmail.com>
---
 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))
 
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-11-07 19:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-06 20:35 [Buildroot] [PATCH] gqview: Fix build failure due to missing -lm Valentine Barshak
2012-10-24 19:22 ` Valentine Barshak
2012-10-24 20:51   ` Will Newton
2012-10-24 21:35     ` Valentine Barshak
2012-10-25  9:02       ` Will Newton
2012-10-25 17:25         ` Valentine Barshak
2012-10-25 18:23           ` Will Newton
2012-10-25 19:02             ` Valentine Barshak
2012-10-26  7:38 ` Arnout Vandecappelle
2012-10-30 11:25   ` Markos Chandras
2012-11-07 19:06 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.