mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
gqview: Fix build failure due to missing -lm with binutils 2.22
Signed-off-by: Valentine Barshak <gvaxon@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b3c9b89bd9
commit
c957f604d5
@ -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-pkgconf libgtk2
|
||||
GQVIEW_CONF_ENV = LIBS="-lm"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user