After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658146 - build: link library against libm
build: link library against libm
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-03 22:12 UTC by Frederic Peters
Modified: 2011-09-04 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: link library against libm (1015 bytes, patch)
2011-09-03 22:12 UTC, Frederic Peters
accepted-commit_now Details | Review

Description Frederic Peters 2011-09-03 22:12:02 UTC
clutter-gtk/gtk-clutter-actor.c uses floorf, from libm, it's thus necessary to
link against libm.
Comment 1 Frederic Peters 2011-09-03 22:12:05 UTC
Created attachment 195601 [details] [review]
build: link library against libm
Comment 2 Emmanuele Bassi (:ebassi) 2011-09-04 07:58:43 UTC
Review of attachment 195601 [details] [review]:

looks good.
Comment 3 Frederic Peters 2011-09-04 08:32:21 UTC
Pushed; thanks.